mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
[Fix] 1.6.0 Roundup (#1581)
* Fixed sceneEnvironments possibly being undfined * Fixed companion * Removed Ferocity trigger
This commit is contained in:
parent
f1ebb7d1e1
commit
bae9470a4f
4 changed files with 3 additions and 11 deletions
|
|
@ -682,8 +682,6 @@ export default class DhCharacter extends BaseDataActor {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
this.companion.system.attack.roll.bonus = this.traits.instinct.value;
|
||||
}
|
||||
|
||||
this.resources.hope.value = Math.min(baseHope, this.resources.hope.max);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue