mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-16 19:55:12 +00:00
fix: shop
This commit is contained in:
parent
9216a36e0c
commit
768da4d37f
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user