Clamped adversary resources

This commit is contained in:
WBHarry 2026-04-26 11:10:17 +02:00
parent afd6cdb0bc
commit 1a238311ce

View file

@ -189,6 +189,9 @@ export default class DhpAdversary extends DhCreature {
prepareDerivedData() { prepareDerivedData() {
super.prepareDerivedData(); super.prepareDerivedData();
this.attack.roll.isStandardAttack = true; this.attack.roll.isStandardAttack = true;
// Clamp resources (must be done last to ensure all updates occur)
this.resources.clamp();
} }
_getTags() { _getTags() {