Merge branch 'main' into bug/fixed-character-attack

This commit is contained in:
WBHarry 2025-06-28 11:01:27 +02:00
commit 9dd05cab33
3 changed files with 34 additions and 4 deletions

View file

@ -698,7 +698,6 @@ export default class CharacterSheet extends DaggerheartSheet(ActorSheetV2) {
static async makeDeathMove() {
if (this.document.system.resources.hitPoints.value === this.document.system.resources.hitPoints.max) {
await new DhpDeathMove(this.document).render(true);
await this.minimize();
}
}