Skip to content

Commit

Permalink
shooting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonespace27 committed Nov 8, 2023
1 parent f8a133b commit 3cfff54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/datums/components/autofire/autofire.dm
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@
/datum/component/automatedfire/autofire/proc/initiate_shot()
SIGNAL_HANDLER
if(shooting)//if we are already shooting, it means the shooter is still on cooldown
if(bursting)
hard_reset()
return
shooting = TRUE
process_shot()
Expand Down

0 comments on commit 3cfff54

Please sign in to comment.