mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
Merge pull request #15148 from KazeEspada/gunfixes2theelectricboogaloo
Fixes issue #15131. Guns will now fire point blank correctly.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user