Skip to content

Commit 13a6b78

Browse files
committed
fix #581
1 parent debc097 commit 13a6b78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

base/battle/Battle.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1748,6 +1748,7 @@ So, if a character will die after 5 turns and you land another Curse on them, it
17481748
//deal with djinn that are with recovery status
17491749
const player = this.data.info.party_data.members[i];
17501750
if (player === undefined) continue;
1751+
if (player.is_downed()) continue;
17511752

17521753
const player_djinni = player.djinni;
17531754
for (let j = 0; j < player_djinni.length; ++j) {

0 commit comments

Comments
 (0)