Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonespace27 committed Sep 6, 2023
1 parent 91bfff5 commit 977b356
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions code/datums/components/autofire/autofire.dm
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,8 @@
callback_reset_fire.Invoke() //resets the gun
shots_fired = 0
have_to_reset_at_burst_end = FALSE
if(bursting)
bursting = FALSE
callback_bursting.Invoke(FALSE)
bursting = FALSE
callback_bursting.Invoke(FALSE)
shooting = FALSE


Expand Down

0 comments on commit 977b356

Please sign in to comment.