mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 07:28:21 +08:00
Fix: OS clear map if hp balance enabled
This commit is contained in:
@@ -75,6 +75,9 @@ class OSFleet(OSCamera, Combat, Fleet, OSAsh):
|
||||
def hp_get(self):
|
||||
pass
|
||||
|
||||
def hp_withdraw_triggered(self):
|
||||
return False
|
||||
|
||||
def lv_get(self, after_battle=False):
|
||||
pass
|
||||
|
||||
|
||||
@@ -38,8 +38,8 @@ class Combat(Combat_, MapEventHandler):
|
||||
|
||||
# if emotion_reduce:
|
||||
# self.emotion.wait(fleet=fleet_index)
|
||||
if balance_hp:
|
||||
self.hp_balance()
|
||||
# if balance_hp:
|
||||
# self.hp_balance()
|
||||
|
||||
while 1:
|
||||
if skip_first_screenshot:
|
||||
|
||||
Reference in New Issue
Block a user