diff --git a/module/combat/combat.py b/module/combat/combat.py index d9e135195..4ef7b9c0a 100644 --- a/module/combat/combat.py +++ b/module/combat/combat.py @@ -280,6 +280,8 @@ class Combat(HPBalancer, EnemySearchingHandler, Retirement, SubmarineCall, Comba Returns: bool: """ + if self.is_combat_executing(): + return False if self.appear_then_click(EXP_INFO_S): self.device.sleep((0.25, 0.5)) return True