Skip to content

Commit

Permalink
ded
Browse files Browse the repository at this point in the history
  • Loading branch information
johndoe2013 committed Jul 18, 2023
1 parent 0056536 commit b169937
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/projectiles/gun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1466,6 +1466,8 @@ not all weapons use normal magazines etc. load_into_chamber() itself is designed

if(flags_gun_features & GUN_BURST_FIRING)
return TRUE
if(user.stat >= UNCONSCIOUS)
return
if(world.time < guaranteed_delay_time)
return
if((world.time < wield_time || world.time < pull_time) && (delay_style & WEAPON_DELAY_NO_FIRE > 0))
Expand Down

0 comments on commit b169937

Please sign in to comment.