1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-09 20:04:52 +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
+1 -1
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: