mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 04:44:16 +02:00
Clamped adversary resources
This commit is contained in:
parent
afd6cdb0bc
commit
1a238311ce
1 changed files with 3 additions and 0 deletions
|
|
@ -189,6 +189,9 @@ export default class DhpAdversary extends DhCreature {
|
|||
prepareDerivedData() {
|
||||
super.prepareDerivedData();
|
||||
this.attack.roll.isStandardAttack = true;
|
||||
|
||||
// Clamp resources (must be done last to ensure all updates occur)
|
||||
this.resources.clamp();
|
||||
}
|
||||
|
||||
_getTags() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue