mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 13:29:25 +08:00
Fix: Wrong exit condition for meta_reward_exit
This commit is contained in:
@@ -198,10 +198,9 @@ class MetaReward(Combat, UI):
|
||||
if self.appear(REWARD_CHECK, offset=(20, 20)):
|
||||
if self.appear_then_click(BACK_ARROW, offset=(20, 20), interval=3):
|
||||
continue
|
||||
elif self.ui_page_appear(page_meta):
|
||||
return
|
||||
else:
|
||||
self.ui_ensure(page_meta)
|
||||
|
||||
#ENd
|
||||
if self.appear(REWARD_ENTER, offset=(20, 20)):
|
||||
return
|
||||
|
||||
def get_meta_reward(self):
|
||||
|
||||
Reference in New Issue
Block a user