ed
This commit is contained in:
parent
a2990fe815
commit
30bf7c8604
120 changed files with 0 additions and 0 deletions
|
|
@ -0,0 +1,15 @@
|
|||
-- U can edit function from server/editable.lua
|
||||
-- using added items opens a secondary inventory
|
||||
config.itemStash = {
|
||||
{
|
||||
item = "kposet",
|
||||
maxweight = 0,
|
||||
slots = 15,
|
||||
whitelist = { "c_necklace", "c_bproof", "c_decal", "c_torso", "c_mask", "c_helmet", "c_glasses", "c_bag", "c_pants", "c_shoes", "c_bracelet", "c_watch", "c_ear", "clothe_set" }
|
||||
},
|
||||
{
|
||||
item = "pdbag",
|
||||
maxweight = 100000,
|
||||
slots = 10,
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue