Skip to content

Commit

Permalink
[MIRROR] Reduce base projectile step delay from 1 to 0.65 (#2752)
Browse files Browse the repository at this point in the history
Co-authored-by: Spookerton <[email protected]>
Co-authored-by: Lexanx <[email protected]>
  • Loading branch information
3 people authored Nov 24, 2024
1 parent 2d0ca8c commit a99e7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/projectile.dm
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
var/space_knockback = 0 //whether or not it will knock things back in space

var/hitscan = FALSE // whether the projectile should be hitscan
var/step_delay = 1 // the delay between iterations if not a hitscan projectile
var/step_delay = 0.65 // the delay between iterations if not a hitscan projectile

// effect types to be used
var/muzzle_type
Expand Down

0 comments on commit a99e7f1

Please sign in to comment.