Skip to content

Commit 2010c80

Browse files
committed
Fix: Wishing pool no longer shows coins (#2631)
1 parent 4d79738 commit 2010c80

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

module/gacha/gacha_reward.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,11 @@ def gacha_flush_queue(self, skip_first_screenshot=True):
234234
if confirm_timer.reached():
235235
break
236236

237+
# Wishing pool no longer shows coins, go back to normal pools
238+
if self.appear(BUILD_SUBMIT_WW_ORDERS):
239+
logger.info('In wishing pool, go back to normal pools')
240+
self.gacha_side_navbar_ensure(upper=1)
241+
237242
def gacha_submit(self, skip_first_screenshot=True):
238243
"""
239244
Pages:

0 commit comments

Comments
 (0)