How To Add Custom Items
Add Custom Items
Last updated
Add Custom Items
Last updated
Config.ItemsForHeal = {
["head"] = {
"forceps", "gauze", "water"
},
["body"] = {
"gauze", "pill", "surgical-gloves", "surgical-staple"
},
["lleg"] = {
"forceps", "syringe", "tape"
},
["rleg"] = {
"forceps", "syringe", "tape"
},
["rarm"] = {
"iodine", "gauze", "tape"
},
["larm"] = {
"iodine", "gauze", "tape"
}
}