mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
Merge pull request #6751 from Menshin/gun_message_fix
Fixed a typo that could prevent gun firing message from appearing.
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
if(!can_trigger_gun(L))
|
||||
return
|
||||
|
||||
process_fire(target,user,flag,params)
|
||||
process_fire(target,user,1,params)
|
||||
|
||||
/obj/item/weapon/gun/proc/can_trigger_gun(mob/living/carbon/user)
|
||||
if (!user.IsAdvancedToolUser())
|
||||
|
||||
Reference in New Issue
Block a user