loadout stuff

This commit is contained in:
Timothy Teakettle
2020-07-28 22:52:00 +01:00
parent 469ea17063
commit 721e018aec
18 changed files with 620 additions and 721 deletions
@@ -1,33 +1,32 @@
/datum/gear/greytidestationwide
/datum/gear/uniform/greytidestationwide
name = "Staff Assistant's jumpsuit"
category = SLOT_W_UNIFORM
path = /obj/item/clothing/under/misc/staffassistant
subcategory = SUBCATEGORY_UNIFORM_JOBS
restricted_roles = list("Assistant")
/datum/gear/neetsuit
/datum/gear/suit/neetsuit
name = "D.A.B. suit"
category = SLOT_WEAR_SUIT
path = /obj/item/clothing/suit/assu_suit
subcategory = SUBCATEGORY_UNIFORM_JOBS
restricted_roles = list("Assistant")
cost = 2
/datum/gear/neethelm
/datum/gear/head/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
/datum/gear/backpack/plushvar
name = "Ratvar Plushie"
category = SLOT_IN_BACKPACK
path = /obj/item/toy/plush/plushvar
subcategory = SUBCATEGORY_BACKPACK_TOYS
cost = 5
restricted_roles = list("Chaplain")
/datum/gear/narplush
/datum/gear/backpack/narplush
name = "Narsie Plushie"
category = SLOT_IN_BACKPACK
path = /obj/item/toy/plush/narplush
subcategory = SUBCATEGORY_BACKPACK_TOYS
cost = 5
restricted_roles = list("Chaplain")