From 0e8d72b2746b6aeae7ea59a8066394a4a6576c8e Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 6 Dec 2020 12:03:14 -0500 Subject: [PATCH] Add capacity upgrades to shop shuffle on /player-settings --- WebHostLib/static/static/playerSettings.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/WebHostLib/static/static/playerSettings.json b/WebHostLib/static/static/playerSettings.json index c642db55..0484be25 100644 --- a/WebHostLib/static/static/playerSettings.json +++ b/WebHostLib/static/static/playerSettings.json @@ -478,16 +478,24 @@ "value": "none" }, { - "name": "Shuffle Inventory", + "name": "Inventory", "value": "i" }, { - "name": "Shuffle Prices", + "name": "Prices", "value": "p" }, { - "name": "Shuffle Both", + "name": "Capacity Upgrades", + "value": "u" + }, + { + "name": "Inventory and Prices", "value": "ip" + }, + { + "name": "Inventory, Prices, and Upgrades", + "value": "ipu" } ] }