mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Fixes HOS Beret (and all of its subtypes) having wrong path and thus not being armored (#72024)
The HoS' beret were not pathed properly so were no longer subtypes of legitimate hos armor, this fixes that. Now the HOS and syndicate berets have had their missing armor and strip delay readded
This commit is contained in:
@@ -1112,7 +1112,7 @@
|
||||
req_access = list("syndicate");
|
||||
secure = 1
|
||||
},
|
||||
/obj/item/clothing/head/hos/beret/syndicate,
|
||||
/obj/item/clothing/head/hats/hos/beret/syndicate,
|
||||
/obj/item/clothing/suit/armor/vest/capcarapace/syndicate,
|
||||
/obj/item/clothing/mask/gas/syndicate,
|
||||
/obj/item/clothing/under/syndicate,
|
||||
|
||||
@@ -45428,7 +45428,7 @@
|
||||
/obj/item/clothing/head/beret/sec/navyofficer,
|
||||
/obj/item/clothing/head/beret/sec/navyofficer,
|
||||
/obj/item/clothing/head/beret/sec/navywarden,
|
||||
/obj/item/clothing/head/hos/beret/navyhos,
|
||||
/obj/item/clothing/head/hats/hos/beret/navyhos,
|
||||
/obj/structure/extinguisher_cabinet/directional/east,
|
||||
/obj/structure/cable,
|
||||
/obj/effect/turf_decal/tile/blue/half/contrasted,
|
||||
|
||||
@@ -2691,7 +2691,7 @@
|
||||
},
|
||||
/obj/item/card/id/advanced/black/syndicate_command/captain_id/syndie_spare,
|
||||
/obj/item/clothing/head/hats/hos/syndicate,
|
||||
/obj/item/clothing/head/hos/beret/syndicate,
|
||||
/obj/item/clothing/head/hats/hos/beret/syndicate,
|
||||
/obj/item/clothing/under/syndicate/skirt,
|
||||
/obj/item/clothing/under/syndicate,
|
||||
/obj/item/storage/belt/military/assault,
|
||||
|
||||
@@ -90,7 +90,7 @@
|
||||
/obj/item/clothing/head/beret/sec/navywarden,
|
||||
/obj/item/clothing/under/rank/security/head_of_security/formal,
|
||||
/obj/item/clothing/suit/jacket/hos/blue,
|
||||
/obj/item/clothing/head/hos/beret/navyhos,
|
||||
/obj/item/clothing/head/hats/hos/beret/navyhos,
|
||||
)
|
||||
crate_name = "security clothing crate"
|
||||
|
||||
|
||||
@@ -146,7 +146,7 @@
|
||||
name = "syndicate cap"
|
||||
desc = "A black cap fit for a high ranking syndicate officer."
|
||||
|
||||
/obj/item/clothing/head/hos/beret
|
||||
/obj/item/clothing/head/hats/hos/beret
|
||||
name = "head of security's beret"
|
||||
desc = "A robust beret for the Head of Security, for looking stylish while not sacrificing protection."
|
||||
icon_state = "beret_badge"
|
||||
@@ -154,12 +154,12 @@
|
||||
greyscale_config_worn = /datum/greyscale_config/beret_badge/worn
|
||||
greyscale_colors = "#39393f#FFCE5B"
|
||||
|
||||
/obj/item/clothing/head/hos/beret/navyhos
|
||||
/obj/item/clothing/head/hats/hos/beret/navyhos
|
||||
name = "head of security's formal beret"
|
||||
desc = "A special beret with the Head of Security's insignia emblazoned on it. A symbol of excellence, a badge of courage, a mark of distinction."
|
||||
greyscale_colors = "#3C485A#FFCE5B"
|
||||
|
||||
/obj/item/clothing/head/hos/beret/syndicate
|
||||
/obj/item/clothing/head/hats/hos/beret/syndicate
|
||||
name = "syndicate beret"
|
||||
desc = "A black beret with thick armor padding inside. Stylish and robust."
|
||||
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
ears = /obj/item/radio/headset/heads/hos/alt
|
||||
glasses = /obj/item/clothing/glasses/hud/security/sunglasses
|
||||
gloves = /obj/item/clothing/gloves/color/black
|
||||
head = /obj/item/clothing/head/hos/beret
|
||||
head = /obj/item/clothing/head/hats/hos/beret
|
||||
shoes = /obj/item/clothing/shoes/jackboots/sec
|
||||
l_pocket = /obj/item/restraints/handcuffs
|
||||
r_pocket = /obj/item/assembly/flash/handheld
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
shoes = /obj/item/clothing/shoes/jackboots
|
||||
suit = /obj/item/clothing/suit/armor/hos/trenchcoat
|
||||
gloves = /obj/item/clothing/gloves/color/black
|
||||
head = /obj/item/clothing/head/hos/beret
|
||||
head = /obj/item/clothing/head/hats/hos/beret
|
||||
glasses = /obj/item/clothing/glasses/hud/security/sunglasses
|
||||
|
||||
/datum/outfit/mafia/warden
|
||||
|
||||
@@ -309,7 +309,7 @@
|
||||
name = "Syndicate Ship Captain"
|
||||
uniform = /obj/item/clothing/under/syndicate/combat
|
||||
suit = /obj/item/clothing/suit/armor/vest/capcarapace/syndicate
|
||||
head = /obj/item/clothing/head/hos/beret/syndicate
|
||||
head = /obj/item/clothing/head/hats/hos/beret/syndicate
|
||||
ears = /obj/item/radio/headset/syndicate/alt/leader
|
||||
r_pocket = /obj/item/knife/combat/survival
|
||||
id = /obj/item/card/id/advanced/black/syndicate_command/captain_id
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
/obj/item/clothing/head/hos/beret : /obj/item/clothing/head/hats/hos/beret{@OLD}
|
||||
Reference in New Issue
Block a user