Latex bodysuits and sleeves for loadout

This commit is contained in:
Kabra_men
2021-05-11 15:09:03 -03:00
parent ba3af9ddfc
commit 8f6bf394ee
2 changed files with 19 additions and 1 deletions
@@ -24,4 +24,10 @@
name = "A diamond ring"
category = SLOT_GLOVES
path = /obj/item/clothing/gloves/ring/diamond
cost = 4
cost = 4
/datum/gear/latexsleeves
name = "Latex sleeves"
category = SLOT_GLOVES
path = /obj/item/clothing/gloves/latexsleeves
cost = 1
@@ -496,3 +496,15 @@
path = /obj/item/clothing/under/greenplaidshirt
cost = 1
ckeywhitelist = list("chemlight")
/datum/gear/latexfull
name = "Full latex jumpsuit"
category = SLOT_W_UNIFORM
path = /obj/item/clothing/under/latexfull
cost = 1
/datum/gear/latexhalf
name = "Latex bodysuit"
category = SLOT_W_UNIFORM
path = /obj/item/clothing/under/latexhalf
cost = 1