From 73d58b4d2f0bbd309b4e32aa9fb54791faf6cc85 Mon Sep 17 00:00:00 2001 From: Cameron Lennox Date: Mon, 27 Jan 2025 10:20:24 -0500 Subject: [PATCH] Makes syringe guns able to fit in holsters (#16975) Why not, it's a gun. --- code/modules/projectiles/guns/launcher/syringe_gun.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/guns/launcher/syringe_gun.dm b/code/modules/projectiles/guns/launcher/syringe_gun.dm index abe75ae6c0..3b11c41e3d 100644 --- a/code/modules/projectiles/guns/launcher/syringe_gun.dm +++ b/code/modules/projectiles/guns/launcher/syringe_gun.dm @@ -69,7 +69,7 @@ w_class = ITEMSIZE_NORMAL force = 7 matter = list(MAT_STEEL = 2000) - slot_flags = SLOT_BELT + slot_flags = SLOT_BELT | SLOT_HOLSTER fire_sound = 'sound/weapons/empty.ogg' fire_sound_text = "a metallic thunk"