This commit is contained in:
WBHarry 2026-02-11 01:43:30 +01:00
parent c2c2050009
commit 09ef7fa96f
4 changed files with 8 additions and 3 deletions

View file

@ -993,4 +993,8 @@ export default class DhpActor extends Actor {
}
}
}
applyActiveEffects(phase) {
super.applyActiveEffects(phase);
}
}