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

fix: shop

This commit is contained in:
RedDeadDepresso 2024-01-01 19:42:32 +00:00 committed by YoursFunny
parent 390082fa50
commit 10607f9c3d
Signed by: YoursFunny
GPG Key ID: 207EDC3CD5B40F9C

View File

@ -75,7 +75,7 @@ class Shop(ShopUI):
self.select_items(self.current_item_list)
return ShopStatus.PURCHASE
case ShopStatus.PURCHASE:
if self.make_purchase():
if self.make_purchase() and self.current_purchase_count > 1:
return ShopStatus.REFRESH
return ShopStatus.END
case ShopStatus.REFRESH: