Sec soft cap sprite improvements & ERT rig pathfile

This commit is contained in:
Mark9013100
2015-08-08 08:40:56 -04:00
parent 3779316ce4
commit 17b6d4e3c7
20 changed files with 8 additions and 1 deletions
+8 -1
View File
@@ -125,7 +125,7 @@ var/global/list/gear_datums = list()
path = /obj/item/clothing/head/soft/sec/corp
cost = 1
slot = slot_head
allowed_roles = list("Security Officer","Head of Security","Warden")
allowed_roles = list("Security Officer","Head of Security","Warden", "Detective")
/datum/gear/gcap
display_name = "cap, green"
@@ -163,6 +163,13 @@ var/global/list/gear_datums = list()
cost = 1
slot = slot_head
/datum/gear/seccap
display_name = "cap, security"
path = /obj/item/clothing/head/soft/sec
cost = 1
slot = slot_head
allowed_roles = list("Security Officer","Head of Security","Warden", "Detective")
/datum/gear/ycap
display_name = "cap, yellow"
path = /obj/item/clothing/head/soft/yellow