mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-16 18:36:54 +01:00
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