Merge pull request #15148 from KazeEspada/gunfixes2theelectricboogaloo

Fixes issue #15131. Guns will now fire point blank correctly.
This commit is contained in:
tkdrg
2016-02-10 01:27:34 -03:00
+4 -2
View File
@@ -144,11 +144,13 @@
return
if(!can_shoot()) //Just because you can pull the trigger doesn't mean it can't shoot.
shoot_with_empty_chamber(user)
return
if(flag)
handle_suicide(user, target, params) //
return
if(user.zone_selected == "mouth")
handle_suicide(user, target, params)
return
//Exclude lasertag guns from the CLUMSY check.