From 59caecc3498ec2b4e8d61c1f32709ff4bf8a8756 Mon Sep 17 00:00:00 2001 From: Razgriz Date: Sun, 17 Feb 2019 01:06:21 -0700 Subject: [PATCH] Nerfed event rat again -Decreased health again from 60 to 50. --- code/modules/mob/living/simple_animal/vore/rat.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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