From b0501f720b9caf13a87a3bd68bd3f8073e878a33 Mon Sep 17 00:00:00 2001 From: DevL <53537549+DevL-Whats-a-jpg@users.noreply.github.com> Date: Thu, 15 Oct 2020 08:25:52 -0400 Subject: [PATCH] Sniper Holster Fix (#14501) * Sniper Holster Fix Stops you from placing a sniper in your holster, because you shouldnt be able to put a 60 inch gun in your iphone sized pocket under your armpit. * Fixed return * Removed pointless comment * Added isHandgun to LWAP *clap Also removes it from projectile sniper since i did a stupid. --- code/modules/projectiles/guns/energy/special.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/projectiles/guns/energy/special.dm b/code/modules/projectiles/guns/energy/special.dm index 90e6e700db9..b35400abc92 100644 --- a/code/modules/projectiles/guns/energy/special.dm +++ b/code/modules/projectiles/guns/energy/special.dm @@ -318,6 +318,9 @@ zoom_amt = 7 //Long range, enough to see in front of you, but no tiles behind you. shaded_charge = 1 +/obj/item/gun/energy/sniperrifle/isHandgun() + return FALSE // Makes it so no, you cant fit a massive, bulky, sniper under your arm + // Temperature Gun // /obj/item/gun/energy/temperature name = "temperature gun"