mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 18:02:57 +00:00
34 lines
806 B
Plaintext
34 lines
806 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/neetsuit
|
|
name = "D.A.B. suit"
|
|
category = SLOT_WEAR_SUIT
|
|
path = /obj/item/clothing/suit/assu_suit
|
|
restricted_roles = list("Assistant")
|
|
cost = 2
|
|
|
|
/datum/gear/neethelm
|
|
name = "D.A.B. helmet"
|
|
category = SLOT_HEAD
|
|
path = /obj/item/clothing/head/assu_helmet
|
|
restricted_roles = list("Assistant")
|
|
cost = 2
|
|
|
|
/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")
|