From 977b3560173b122442c343e975f31b089e5886de Mon Sep 17 00:00:00 2001 From: John Doe Date: Tue, 5 Sep 2023 17:37:57 -0700 Subject: [PATCH] a --- code/datums/components/autofire/autofire.dm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/code/datums/components/autofire/autofire.dm b/code/datums/components/autofire/autofire.dm index 2b9401e8d346..2e71f8bd1583 100644 --- a/code/datums/components/autofire/autofire.dm +++ b/code/datums/components/autofire/autofire.dm @@ -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