forked from Simnation/Main
ed
This commit is contained in:
parent
4998ebf086
commit
4e2f283d8a
6 changed files with 8 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
-- 0 = no limit
|
||||
|
||||
config.defaultMaxStackAmount = 100 -- Sets the max limit for each item not in the config.maxStacks table
|
||||
config.defaultMaxStackAmount = 40 -- Sets the max limit for each item not in the config.maxStacks table
|
||||
|
||||
config.weaponMaxStack = {
|
||||
active = true, -- if true, the max stack of all weapons will be set to maxStack value.
|
||||
|
@ -18,6 +18,7 @@ config.maxStacks = {
|
|||
black_money_item = 0, -- no limit
|
||||
weapon_petrolcan = 1,
|
||||
printerdocument = 1,
|
||||
plastic_box = 1,
|
||||
|
||||
c_necklace = 1,
|
||||
c_bproof = 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue