From 57a3e65ee798dafd2ad3c5eacf545f55ec0f3752 Mon Sep 17 00:00:00 2001 From: KorPhaeron Date: Fri, 9 Oct 2015 22:39:46 -0500 Subject: [PATCH] Night Vision --- code/modules/mob/living/simple_animal/revenant/revenant.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/revenant/revenant.dm b/code/modules/mob/living/simple_animal/revenant/revenant.dm index 813ea2cc84f..bbd95477638 100644 --- a/code/modules/mob/living/simple_animal/revenant/revenant.dm +++ b/code/modules/mob/living/simple_animal/revenant/revenant.dm @@ -15,7 +15,8 @@ health = 25 maxHealth = 25 healable = 0 - see_invisible = INVISIBILITY_REVENANT + see_invisible = SEE_INVISIBLE_MINIMUM + see_in_dark = 8 languages = ALL response_help = "passes through" response_disarm = "swings at"