mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
Forgot this. Whoops.
This commit is contained in:
@@ -237,8 +237,11 @@
|
||||
return
|
||||
|
||||
else
|
||||
Fire(A, user, params) //Otherwise, fire normally.
|
||||
return
|
||||
if(A.can_trigger_gun(user))
|
||||
Fire(A, user, params) //Otherwise, fire normally.
|
||||
return
|
||||
else
|
||||
return
|
||||
|
||||
/* //Commented out for quality control and testing
|
||||
if(automatic == 1)//Are we are going to be using automatic shooting
|
||||
|
||||
Reference in New Issue
Block a user