1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2025-12-16 22:05:12 +00:00

fix: shop

This commit is contained in:
RedDeadDepresso 2024-01-02 23:21:34 +00:00 committed by YoursFunny
parent 149e6ea1ef
commit 782e61ad9a
Signed by: YoursFunny
GPG Key ID: 207EDC3CD5B40F9C

View File

@ -100,7 +100,7 @@ class ShopUI(UI):
if (9 <= item <= 16) and not self.swipe_flags[8]:
self.swipe_flags[8] = True
return True
elif item > 17 and not self.swipe_flags[16]:
elif item >= 17 and not self.swipe_flags[16]:
self.swipe_flags[16] = True
return True
return False