We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83f103d commit fa55a85Copy full SHA for fa55a85
1 file changed
module/coalition/combat.py
@@ -39,6 +39,9 @@ def coalition_combat_re_enter(self, skip_first_screenshot=True):
39
# Stop clicking BATTLE_STATUS because combat ends
40
status_clicked = False
41
continue
42
+ # Coalition 20251120 has ship drop
43
+ if self.handle_get_ship():
44
+ continue
45
if self.handle_battle_status():
46
status_clicked = True
47
click_last.reset()
0 commit comments