Merge pull request #1160 from Kabramen/Latex-suit-for-loadout

Latex bodysuits and sleeves for loadout
This commit is contained in:
QuoteFox
2021-05-11 21:13:21 +01:00
committed by GitHub
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