mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 23:33:33 +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):
|
def hp_get(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
def hp_withdraw_triggered(self):
|
||||||
|
return False
|
||||||
|
|
||||||
def lv_get(self, after_battle=False):
|
def lv_get(self, after_battle=False):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|||||||
@@ -38,8 +38,8 @@ class Combat(Combat_, MapEventHandler):
|
|||||||
|
|
||||||
# if emotion_reduce:
|
# if emotion_reduce:
|
||||||
# self.emotion.wait(fleet=fleet_index)
|
# self.emotion.wait(fleet=fleet_index)
|
||||||
if balance_hp:
|
# if balance_hp:
|
||||||
self.hp_balance()
|
# self.hp_balance()
|
||||||
|
|
||||||
while 1:
|
while 1:
|
||||||
if skip_first_screenshot:
|
if skip_first_screenshot:
|
||||||
|
|||||||
Reference in New Issue
Block a user