diff --git a/tasks/shop/shop.py b/tasks/shop/shop.py index 8e6d132..3c639e3 100644 --- a/tasks/shop/shop.py +++ b/tasks/shop/shop.py @@ -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: