Skip to content

Commit

Permalink
Merge pull request #4445 from guoh064/exercise_false_d
Browse files Browse the repository at this point in the history
Tmp: resume low hp detection after false BATTLE_STATUS
  • Loading branch information
LmeSzinc authored Dec 20, 2024
2 parents 52a29aa + 256e069 commit ad138da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions module/exercise/combat.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ def _combat_execute(self):

p = self.is_combat_executing()
if p:
if end:
end = False
if pause is None:
pause = p
else:
Expand Down

0 comments on commit ad138da

Please sign in to comment.