diff --git a/code/modules/mob/living/simple_animal/vore/rat.dm b/code/modules/mob/living/simple_animal/vore/rat.dm index d471977946..3382b1bb50 100644 --- a/code/modules/mob/living/simple_animal/vore/rat.dm +++ b/code/modules/mob/living/simple_animal/vore/rat.dm @@ -160,6 +160,7 @@ ..() /mob/living/simple_animal/hostile/rat/event - maxHealth = 60 - health = 60 + maxHealth = 50 + health = 50 + speed = 4 vore_pounce_chance = 1 \ No newline at end of file