mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user