From 3eee2e9fce4b51cd726863a47adaf08ac0d3246f Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sat, 16 Mar 2024 03:04:27 +0100 Subject: [PATCH] [MIRROR] Fixes the RTD, RLD, and the engi rebar crossbow not fitting on a engi winter coat's storage slot (#26897) * Fixes the RTD, RLD, and the engi rebar crossbow not fitting on a engi winter coat's storage slot (#81969) ## About The Pull Request The engi rebar crossbow is now storable on an engi winter coat, like I originally intended. Also, the RTD and RLD are as well, because the other rapid whatever devices are. ## Why It's Good For The Game I originally wanted the crossbow to have this - its why it has wearable sprites - but for some reason I forgot to add it, probably due to getting lost in guncode soup. Also, The fact the RCD and RPD are storable but the RTD and RLD aren't, along with the fact the RTD and RLD are newer is probably an oversight, so it changes that. ## Changelog :cl: Webcomicartist fix: Fixed RLD,RTD and Rebar crossbow not being storable on the engineering winter coat slot. /:cl: * Fixes the RTD, RLD, and the engi rebar crossbow not fitting on a engi winter coat's storage slot --------- Co-authored-by: KingkumaArt <69398298+KingkumaArt@users.noreply.github.com> --- code/modules/clothing/suits/wintercoats.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/clothing/suits/wintercoats.dm b/code/modules/clothing/suits/wintercoats.dm index 283878339fe..aaa233f0d35 100644 --- a/code/modules/clothing/suits/wintercoats.dm +++ b/code/modules/clothing/suits/wintercoats.dm @@ -521,6 +521,9 @@ /obj/item/pipe_dispenser, /obj/item/storage/bag/construction, /obj/item/t_scanner, + /obj/item/construction/rld, + /obj/item/construction/rtd, + /obj/item/gun/ballistic/rifle/rebarxbow ) armor_type = /datum/armor/wintercoat_engineering hoodtype = /obj/item/clothing/head/hooded/winterhood/engineering