Skip to content

Commit

Permalink
Update code/modules/projectiles/guns/flamer/flamer.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Zonespace <[email protected]>
  • Loading branch information
xDanilcusx and Zonespace27 authored Sep 13, 2024
1 parent 126d511 commit 2843d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/flamer/flamer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
user.track_shot(initial(name))
unleash_flame(target, user)
current_mag.current_rounds = current_mag.get_ammo_percent()
SEND_SIGNAL(user, COMSIG_MOB_FIRED_GUN, src) // required by human AI
SEND_SIGNAL(user, COMSIG_MOB_FIRED_GUN, src)
return AUTOFIRE_CONTINUE
return NONE

Expand Down

0 comments on commit 2843d74

Please sign in to comment.