Fixup shops

This commit is contained in:
RedSparr0w
2019-11-22 21:23:36 +13:00
parent abc3a9859f
commit d6ec93b199
32 changed files with 29 additions and 120 deletions
@@ -179,8 +179,6 @@ public class ShopHandler {
player.myShopId = id;
ShopSModifier[id] = 0;
ShopName[id] = player.properName + "'s Store";
ShopItems[id][0] = 2;
ShopItemsN[id][0] = 1;
TotalShops++;
}