From 603d71710d1678f72e28a8d9b4afb63172732ea7 Mon Sep 17 00:00:00 2001 From: DGamerL <108773801+DGamerL@users.noreply.github.com> Date: Tue, 1 Oct 2024 19:15:48 +0200 Subject: [PATCH] Makes the BRPD fit in belts (#26911) * Makes the BRPD fit in belts * Also military belt --- code/game/objects/items/weapons/storage/belt.dm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/weapons/storage/belt.dm b/code/game/objects/items/weapons/storage/belt.dm index 1c1f589b197..85cebf725de 100644 --- a/code/game/objects/items/weapons/storage/belt.dm +++ b/code/game/objects/items/weapons/storage/belt.dm @@ -107,7 +107,9 @@ /obj/item/extinguisher/mini, /obj/item/holosign_creator, /obj/item/stack/nanopaste, - /obj/item/robotanalyzer) + /obj/item/robotanalyzer, + /obj/item/rpd/bluespace + ) /obj/item/storage/belt/utility/full/populate_contents() new /obj/item/screwdriver(src) @@ -409,7 +411,8 @@ /obj/item/weldingtool, /obj/item/wirecutters, /obj/item/wrench, - /obj/item/multitool + /obj/item/multitool, + /obj/item/rpd/bluespace ) /obj/item/storage/belt/military/sst