Fix: combat_set_wave has no screenshot updated

This commit is contained in:
LmeSzinc 2024-08-04 09:54:34 +08:00
parent 4e9a2bef03
commit 5adbde4f33

View File

@ -131,7 +131,8 @@ class CombatPrepare(UI):
logger.warning(f'Combat wave costs {cost} but has multiple waves, '
f'probably wave amount is preset')
self.combat_set_wave(1)
skip_first_screenshot = True
# Don't skip_first_screenshot, combat_set_wave may not have screenshot updated
# skip_first_screenshot = True
timeout.reset()
continue
else: