diff --git a/code/modules/clothing/suits/jobs.dm b/code/modules/clothing/suits/jobs.dm index b63bb493e58..f73fb78c288 100644 --- a/code/modules/clothing/suits/jobs.dm +++ b/code/modules/clothing/suits/jobs.dm @@ -236,10 +236,14 @@ icon_state = "qm_coat" blood_overlay_type = "coat" body_parts_covered = CHEST|GROIN|LEGS|ARMS - allowed = list( + +/obj/item/clothing/suit/jacket/quartermaster/Initialize(mapload) + . = ..() + allowed += list( /obj/item/stamp, /obj/item/storage/bag/mail, /obj/item/universal_scanner, + /obj/item/melee/baton/telescopic, ) /obj/item/clothing/suit/toggle/lawyer/greyscale @@ -395,7 +399,10 @@ /obj/item/clothing/suit/jacket/research_director/Initialize(mapload) . = ..() - allowed += /obj/item/storage/bag/xeno + allowed += list( + /obj/item/storage/bag/xeno, + /obj/item/melee/baton/telescopic, + ) // Atmos /obj/item/clothing/suit/atmos_overalls