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.
This commit is contained in:
DevL
2020-10-15 08:25:52 -04:00
committed by GitHub
parent ef98961cd5
commit b0501f720b
@@ -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"