mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-22 08:37:42 +00:00
Fix: Check team prepare button also
This commit is contained in:
parent
4ceac9a8a3
commit
31ae87d05f
@ -95,7 +95,8 @@ class ForgottenHallTeam(UI):
|
||||
if timeout.reached():
|
||||
logger.info('Team not prepared')
|
||||
return False
|
||||
chosen_list = [not self.appear(s) for s in seats]
|
||||
if all(chosen_list):
|
||||
logger.info("Team already prepared")
|
||||
return True
|
||||
if self.team_prepared():
|
||||
chosen_list = [not self.appear(s) for s in seats]
|
||||
if all(chosen_list):
|
||||
logger.info("Team already prepared")
|
||||
return True
|
||||
|
Loading…
Reference in New Issue
Block a user