From b0154498659712b737267201764a0995250473da Mon Sep 17 00:00:00 2001 From: Alffd Date: Sat, 13 Jul 2019 22:46:24 -0400 Subject: [PATCH] Big hostile cats, should be able to see in the dark. --- code/modules/mob/living/simple_animal/hostile/jungle_animals.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/simple_animal/hostile/jungle_animals.dm b/code/modules/mob/living/simple_animal/hostile/jungle_animals.dm index 100225e0760..e34a5e0cb08 100644 --- a/code/modules/mob/living/simple_animal/hostile/jungle_animals.dm +++ b/code/modules/mob/living/simple_animal/hostile/jungle_animals.dm @@ -21,6 +21,7 @@ maxHealth = 50 health = 50 pixel_x = -16 + see_in_dark = 8 harm_intent_damage = 8 melee_damage_lower = 15