mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-18 02:15:23 +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)
|
self.select_items(self.current_item_list)
|
||||||
return ShopStatus.PURCHASE
|
return ShopStatus.PURCHASE
|
||||||
case ShopStatus.PURCHASE:
|
case ShopStatus.PURCHASE:
|
||||||
if self.make_purchase():
|
if self.make_purchase() and self.current_purchase_count > 1:
|
||||||
return ShopStatus.REFRESH
|
return ShopStatus.REFRESH
|
||||||
return ShopStatus.END
|
return ShopStatus.END
|
||||||
case ShopStatus.REFRESH:
|
case ShopStatus.REFRESH:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user