From fabf8b606b6703a74c96db2515804325fcab8661 Mon Sep 17 00:00:00 2001 From: Guti <32563288+TheCaramelion@users.noreply.github.com> Date: Fri, 19 Sep 2025 02:00:36 +0200 Subject: [PATCH] Belt holders (#18535) --- 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 51cd8c286af..fe1f99ec53a 100644 --- a/code/game/objects/items/weapons/storage/belt.dm +++ b/code/game/objects/items/weapons/storage/belt.dm @@ -158,7 +158,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 @@ -216,7 +217,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 )