diff --git a/code/shop.cpp b/code/shop.cpp index 341aa60..2717da2 100644 --- a/code/shop.cpp +++ b/code/shop.cpp @@ -710,6 +710,7 @@ void sell(int i) break; } + adjustShopPrices(); currentGame.cash += (shopItems[i].price / 2); }