Skip to content

Commit

Permalink
fixes semiauto as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Git-Nivrak committed Sep 25, 2023
1 parent 92570e5 commit a6a3203
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/cm_marines/smartgun_mount.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,8 @@
reset_fire()
display_ammo()
return
SEND_SIGNAL(src, COMSIG_GUN_FIRE)
else if(gun_firemode != GUN_FIREMODE_SEMIAUTO)
SEND_SIGNAL(src, COMSIG_GUN_FIRE)

/// setter for fire_delay
/obj/structure/machinery/m56d_hmg/proc/set_fire_delay(value)
Expand Down

0 comments on commit a6a3203

Please sign in to comment.