Skip to content

Commit da1e8e8

Browse files
committed
fix: experimental combat not being properly initialized
1 parent c891f6c commit da1e8e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

module/ui/combat.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ export class FUCombat extends Combat {
158158
}
159159

160160
setupTurns() {
161+
this.previous ??= {};
161162
return (this.turns = this.combatants.contents);
162163
}
163164

0 commit comments

Comments
 (0)