Skip to content

Commit

Permalink
Merge pull request Baystation12#34158 from SuhEugene/ahaha-what-a-meme
Browse files Browse the repository at this point in the history
Remove unwanted projectile knockback variable
  • Loading branch information
MuckerMayhem authored Sep 14, 2023
2 parents d5d5b88 + c486614 commit 5b95f10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/modules/projectiles/projectile.dm
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
var/agony = 0
var/embed = FALSE // whether or not the projectile can embed itself in the mob
var/penetration_modifier = 0.2 //How likely this projectile is to embed or rupture artery
var/knockback = 0 //SIERRA
var/space_knockback = 0 //whether or not it will knock things back in space

var/hitscan = FALSE // whether the projectile should be hitscan
Expand Down

0 comments on commit 5b95f10

Please sign in to comment.