Closed catly1 closed 3 years ago
https://github.com/steve1316/granblue-automation-pyautogui/blob/b8422233449f2b7eb8a3b0498b1a53cf71a6bbb7/bot/combat_mode.py#L686-L687
This breaks the while loop after turn 1 and ignores everything past it in the script. Replacing break with continue fixes it though.
Oversight on my part! Thank you for letting me know!
It's working great now. Thanks!
https://github.com/steve1316/granblue-automation-pyautogui/blob/b8422233449f2b7eb8a3b0498b1a53cf71a6bbb7/bot/combat_mode.py#L686-L687
This breaks the while loop after turn 1 and ignores everything past it in the script. Replacing break with continue fixes it though.