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
parent 9216a36e0c
commit 768da4d37f

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: