Fixes loadout name, adds DAB outfit crate to cargo

For "recruitment" on-station.
This commit is contained in:
Anonymous
2019-11-17 15:08:30 +03:00
parent d9b24b20d1
commit 1bb8ff1c0c
3 changed files with 21 additions and 3 deletions
@@ -5,14 +5,14 @@
restricted_roles = list("Assistant")
/datum/gear/neetsuit
name = "ASSU suit"
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 = "ASSU helmet"
name = "D.A.B. helmet"
category = SLOT_HEAD
path = /obj/item/clothing/head/assu_helmet
restricted_roles = list("Assistant")