From d2b8d55cda310166d0edb8434cb0ee01f095b8ce Mon Sep 17 00:00:00 2001 From: CHOMPStation2StaffMirrorBot <94713762+CHOMPStation2StaffMirrorBot@users.noreply.github.com> Date: Thu, 18 Sep 2025 17:32:30 -0700 Subject: [PATCH] [MIRROR] Fixes BS Belt and CE Belt not being able to hold combifans (#11696) Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> --- code/game/objects/items/weapons/storage/belt.dm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/weapons/storage/belt.dm b/code/game/objects/items/weapons/storage/belt.dm index 1f275e5b62..754f0f576f 100644 --- a/code/game/objects/items/weapons/storage/belt.dm +++ b/code/game/objects/items/weapons/storage/belt.dm @@ -160,7 +160,8 @@ /obj/item/stack/nanopaste, /obj/item/geiger, /obj/item/areaeditor/blueprints, //It's a bunch of paper that could prolly be rolled up & slipped into the belt, not to mention CE only, see the RCD's thing above - /obj/item/wire_reader //As above + /obj/item/wire_reader, //As above + /obj/item/holosign_creator/combifan ) /obj/item/storage/belt/utility/chief/full @@ -218,7 +219,8 @@ /obj/item/stack/material/steel, /obj/item/stack/material/glass, /obj/item/lightreplacer, - /obj/item/pickaxe/plasmacutter + /obj/item/pickaxe/plasmacutter, + /obj/item/holosign_creator/combifan )