Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
johndoe2013 committed Jul 26, 2023
1 parent 4db773c commit 7ec7eb7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/modules/projectiles/gun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1204,8 +1204,7 @@ and you're good to go.

shots_fired++

else // This happens in very rare circumstances when you're moving a lot while burst firing, so I'm going to toss it up to guns jamming.
clear_jam(projectile_to_fire,user)
else
return TRUE

//>>POST PROCESSING AND CLEANUP BEGIN HERE.<<
Expand Down

0 comments on commit 7ec7eb7

Please sign in to comment.