Skip to content

Commit fa55a85

Browse files
guoh064LmeSzinc
andauthored
Fix: handle get ship in coalition_20251120 (LmeSzinc#5350)
* Add: [EN] assets for coalition_20251120 (LmeSzinc#5347) * Fix: handle get ship in coalition_20251120 --------- Co-authored-by: LmeSzinc <[email protected]>
1 parent 83f103d commit fa55a85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

module/coalition/combat.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ def coalition_combat_re_enter(self, skip_first_screenshot=True):
3939
# Stop clicking BATTLE_STATUS because combat ends
4040
status_clicked = False
4141
continue
42+
# Coalition 20251120 has ship drop
43+
if self.handle_get_ship():
44+
continue
4245
if self.handle_battle_status():
4346
status_clicked = True
4447
click_last.reset()

0 commit comments

Comments
 (0)