mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 08:01:06 +00:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user