diff --git a/code/modules/clothing/suits/costume.dm b/code/modules/clothing/suits/costume.dm index b7f44165879..42ddf3fa285 100644 --- a/code/modules/clothing/suits/costume.dm +++ b/code/modules/clothing/suits/costume.dm @@ -47,6 +47,10 @@ equip_delay_other = 2 SECONDS species_exception = null +/obj/item/clothing/suit/costume/pirate/armored/Initialize(mapload) + . = ..() + allowed += GLOB.security_vest_allowed + /obj/item/clothing/suit/costume/pirate/captain name = "pirate captain coat" desc = "Yarr."