diff --git a/code/modules/clothing/under/jobs/security.dm b/code/modules/clothing/under/jobs/security.dm index 9de05b4a875..510fbac9a70 100644 --- a/code/modules/clothing/under/jobs/security.dm +++ b/code/modules/clothing/under/jobs/security.dm @@ -141,4 +141,26 @@ icon_state = "jensencoat" item_state = "jensencoat" flags_inv = 0 - siemens_coefficient = 0.6 \ No newline at end of file + siemens_coefficient = 0.6 + +//Paradise Station + +/obj/item/clothing/suit/armor/hos/hosnavyjacket + name = "head of security navy jacket" + icon_state = "hosdnavyjacket" + item_state = "hosdnavyjacket" + +/obj/item/clothing/suit/armor/hos/hosbluejacket + name = "head of security blue jacket" + icon_state = "hosbluejacket" + item_state = "hosbluejacket" + +/obj/item/clothing/suit/armor/hos/officernavyjacket + name = "officer's navy jacket" + icon_state = "officernavyjacket" + item_state = "officernavyjacket" + +/obj/item/clothing/suit/armor/hos/officerbluejacket + name = "officer's blue jacket" + icon_state = "officerbluejacket" + item_state = "officerbluejacket" \ No newline at end of file