1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 02:48:23 +08:00

Fix: Battle UI Ninja in _at_low_hp

This commit is contained in:
LmeSzinc
2025-09-27 01:47:50 +08:00
parent 4f6ab60db7
commit 9a819b738d

View File

@@ -73,6 +73,7 @@ class HpDaemon(ModuleBase):
PAUSE_Devil,
PAUSE_Seaside,
PAUSE_Star,
PAUSE_Ninja,
]:
self.attacker_hp = self._calculate_hp(image, area=ATTACKER_HP_AREA_New.area, reverse=True)
self.defender_hp = self._calculate_hp(image, area=DEFENDER_HP_AREA_New.area, reverse=True)