Fixing science armbands and add scrubs to loadout, fixes #99 (#507)

Science armbands should be available again from the custom load-out.
This commit is contained in:
Alberyk
2016-07-06 00:32:04 +03:00
committed by skull132
parent f4e36d5a0c
commit e397f64791
4 changed files with 65 additions and 1 deletions
+27 -1
View File
@@ -556,6 +556,32 @@ var/global/list/gear_datums = list()
slot = slot_w_uniform
allowed_roles = list("Security Officer","Head of Security","Warden")
//medical scrubs
/datum/gear/bluescrub
display_name = "medical scrubs, blue"
path = /obj/item/clothing/under/rank/medical/blue
slot = slot_w_uniform
cost = 1
/datum/gear/greenscrub
display_name = "medical scrubs, green"
path = /obj/item/clothing/under/rank/medical/green
slot = slot_w_uniform
cost = 1
/datum/gear/purplescrub
display_name = "medical scrubs, purple"
path = /obj/item/clothing/under/rank/medical/purple
slot = slot_w_uniform
cost = 1
/datum/gear/blackscrub
display_name = "medical scrubs, black"
path = /obj/item/clothing/under/rank/medical/black
slot = slot_w_uniform
cost = 1
// Attachments
/datum/gear/armband_cargo
@@ -600,7 +626,7 @@ var/global/list/gear_datums = list()
slot = slot_tie
cost = 1
/datum/gear/armband_science
/datum/gear/armband_movement
display_name = "armband, synthetic intelligence movement"
path = /obj/item/clothing/accessory/armband/movement
slot = slot_tie