diff --git a/code/modules/mob/living/living.dm b/code/modules/mob/living/living.dm index 8cb8e4860f1..0746224bd5b 100644 --- a/code/modules/mob/living/living.dm +++ b/code/modules/mob/living/living.dm @@ -459,7 +459,7 @@ // otherwise chance to hit is defined by the projectile var/hit_crawling_mobs_chance if(projectile.hit_crawling_mobs_chance > 0 && projectile.hit_crawling_mobs_chance <= 100) return !prob(projectile.hit_crawling_mobs_chance) - return FALSE + return TRUE /mob/living/tompost_bump_override(atom/movable/mover, border_dir)