[RDM]More loadout stuff (#5253)

* and BOOM SHAKALA

* Update uniform.dm

* hmm

* dedado

* boop

* Be da deem armor values!
This commit is contained in:
Nick
2018-02-04 22:29:38 -06:00
committed by Poojawa
parent ec17f41740
commit 0c07e1de56
10 changed files with 176 additions and 4 deletions
@@ -1,6 +1,6 @@
/datum/gear/baseball
name = "Ballcap"
category = slot_head
category = slot_head
path = /obj/item/clothing/head/soft/mime
/datum/gear/beanie
@@ -37,3 +37,31 @@
name = "Slime hat"
category = slot_head
path = /obj/item/clothing/head/collectable/slime
/datum/gear/fedora
name = "Fedora"
category = slot_head
path = /obj/item/clothing/head/fedora
/datum/gear/that
name = "Top Hat"
category = slot_head
path = /obj/item/clothing/head/that
/datum/gear/navybluehosberet
name = "Head of security's Naviblue beret"
category = slot_head
path = /obj/item/clothing/head/beret/sec/navyhos
restricted_roles = list("Head of Security")
/datum/gear/navyblueofficerberet
name = "Security officer's Navyblue beret"
category = slot_head
path = /obj/item/clothing/head/beret/sec/navyofficer
restricted_roles = list("Security Officer")
/datum/gear/navybluewardenberet
name = "Warden's navyblue beret"
category = slot_head
path = /obj/item/clothing/head/beret/sec/navywarden
restricted_roles = list("Warden")