[Fix] 1.6.0 Roundup (#1581)

* Fixed sceneEnvironments possibly being undfined

* Fixed companion

* Removed Ferocity trigger
This commit is contained in:
WBHarry 2026-01-25 17:07:25 +01:00 committed by GitHub
parent f1ebb7d1e1
commit bae9470a4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 3 additions and 11 deletions

View file

@ -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);