1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 14:39:25 +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)