1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-23 21:25:57 +08:00
This commit is contained in:
2025-10-24 02:13:46 +08:00
32 changed files with 775 additions and 136 deletions

View File

@@ -63,11 +63,7 @@ class HospitalCombat(Combat, HospitalUI, CampaignEvent):
self.handle_task_balancer()
return True
while 1:
if skip_first_screenshot:
skip_first_screenshot = False
else:
self.device.screenshot()
for _ in self.loop():
if self.appear(BATTLE_PREPARATION, offset=(30, 20)):
if self.handle_combat_automation_set(auto=auto == 'combat_auto'):