Skip to content

Commit 674f79e

Browse files
committed
fix: handle gulid popup (#3950)
1 parent 79edef0 commit 674f79e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

module/coalition/ui.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,9 @@ def enter_map(self, event, stage, mode, skip_first_screenshot=True):
214214
if self.appear(BATTLE_PREPARATION, offset=(20, 20)):
215215
break
216216

217+
if self.handle_guild_popup_cancel():
218+
continue
219+
217220
# Enter campaign
218221
if campaign_timer.reached() and self.in_coalition():
219222
self.device.click(button)

0 commit comments

Comments
 (0)