Increase "buy" dropdown quantities to include 1-10
This commit is contained in:
parent
ecc140db36
commit
f1fd4a7828
@ -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
|
||||
|
@ -137,7 +137,14 @@ end
|
||||
|
||||
local quantities = {
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6,
|
||||
7,
|
||||
8,
|
||||
9,
|
||||
10,
|
||||
25,
|
||||
50,
|
||||
|
Loading…
x
Reference in New Issue
Block a user