mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 15:36:56 +01:00
10f65e1cc9
Pre-existing winter coats can now be taken in loadouts. /toggle/ jackets now grant the same cold protection as winter coats.
32 lines
832 B
Plaintext
32 lines
832 B
Plaintext
/datum/gear/greytidestationwide
|
|
name = "Grey jumpsuit"
|
|
category = SLOT_W_UNIFORM
|
|
path = /obj/item/clothing/under/color/grey
|
|
restricted_roles = list("Assistant")
|
|
|
|
/datum/gear/plushvar
|
|
name = "Ratvar Plushie"
|
|
category = SLOT_IN_BACKPACK
|
|
path = /obj/item/toy/plush/plushvar
|
|
cost = 5
|
|
restricted_roles = list("Chaplain")
|
|
|
|
/datum/gear/narplush
|
|
name = "Narsie Plushie"
|
|
category = SLOT_IN_BACKPACK
|
|
path = /obj/item/toy/plush/narplush
|
|
cost = 5
|
|
restricted_roles = list("Chaplain")
|
|
|
|
/datum/gear/coat_janitor
|
|
name = "Janitor's winter coat"
|
|
category = SLOT_WEAR_SUIT
|
|
path = /obj/item/clothing/suit/hooded/wintercoat/janitor
|
|
restricted_roles = list("Janitor")
|
|
|
|
/datum/gear/hydro
|
|
name = "Botany winter coat"
|
|
category = SLOT_WEAR_SUIT
|
|
path = /obj/item/clothing/suit/hooded/wintercoat/hydro
|
|
restricted_roles = list("Botanist")
|