mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Fix compile errors in gun.dm
This commit is contained in:
@@ -237,7 +237,7 @@
|
|||||||
return
|
return
|
||||||
|
|
||||||
else
|
else
|
||||||
if(A.can_trigger_gun(user))
|
if(user.get_active_hand().can_trigger_gun(user))
|
||||||
Fire(A, user, params) //Otherwise, fire normally.
|
Fire(A, user, params) //Otherwise, fire normally.
|
||||||
return
|
return
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user