Skip to content

Commit

Permalink
improves check
Browse files Browse the repository at this point in the history
  • Loading branch information
johndoe2013 committed Jul 18, 2023
1 parent b169937 commit f6773ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/gun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1466,7 +1466,7 @@ 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)
if(user.is_mob_incapacitated())
return
if(world.time < guaranteed_delay_time)
return
Expand Down

0 comments on commit f6773ea

Please sign in to comment.