Hoodies and sec gear fixes (#1272)

Changes:
-ported hoodies from polaris/tg, I will place them somewhere someday
-fixed missing sec berets and badges missing sprites and being wrong at all
-fixed a lot of unecessary/troublesome code with the hos gear
-force gloves have a different sprite now
-fixed missing visible message when being hit by bullets
This commit is contained in:
Alberyk
2016-12-22 16:07:01 -02:00
committed by skull132
parent e82d5034d9
commit d2b49ab1cb
16 changed files with 186 additions and 62 deletions

View File

@@ -75,21 +75,21 @@ var/global/list/gear_datums = list()
/datum/gear/bsec_beret
display_name = "beret, navy (officer)"
path = /obj/item/clothing/head/beret/sec/navy/officer
path = /obj/item/clothing/head/beret/sec
cost = 1
slot = slot_head
allowed_roles = list("Security Officer","Head of Security","Warden","Security Cadet","Detective")
/datum/gear/bsec_beret_warden
display_name = "beret, navy (warden)"
path = /obj/item/clothing/head/beret/sec/navy/warden
path = /obj/item/clothing/head/beret/sec/warden
cost = 1
slot = slot_head
allowed_roles = list("Head of Security","Warden")
/datum/gear/bsec_beret_hos
display_name = "beret, navy (hos)"
path = /obj/item/clothing/head/beret/sec/navy/hos
path = /obj/item/clothing/head/beret/sec/hos
cost = 1
slot = slot_head
allowed_roles = list("Head of Security")