mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-13 08:57:01 +01:00
Merge pull request #1160 from Kabramen/Latex-suit-for-loadout
Latex bodysuits and sleeves for loadout
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user