Add capacity upgrades to shop shuffle on /player-settings

This commit is contained in:
Chris Wilson 2020-12-06 12:03:14 -05:00
parent 6c5759e5ea
commit 0e8d72b274
1 changed files with 11 additions and 3 deletions

View File

@ -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"
}
]
}