Increase "buy" dropdown quantities to include 1-10

This commit is contained in:
Jordan Irwin 2021-08-28 17:01:27 -07:00
parent ecc140db36
commit f1fd4a7828
2 changed files with 8 additions and 0 deletions

View File

@ -16,6 +16,7 @@ next
- help: shows usage info
- shops use unique inventories for individuals so deposits cannot be stolen by others
- buyer shop deposit contents stored in player meta to persist through server crash/restart
- increased "buy" dropdown quantities to include 1-10
v1.6.2

View File

@ -137,7 +137,14 @@ end
local quantities = {
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
25,
50,