From 871305583d2c72972f38e97a8938d759a736cf3a Mon Sep 17 00:00:00 2001 From: Heroman Date: Fri, 15 Nov 2019 13:15:56 +1000 Subject: [PATCH] Fixes riftwalkers not having darksight --- .../modules/mob/living/simple_mob/subtypes/vore/demon/demon.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/demon/demon.dm b/code/modules/mob/living/simple_mob/subtypes/vore/demon/demon.dm index b330e8fcb0..f8ad8a2a4c 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/demon/demon.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/demon/demon.dm @@ -13,6 +13,9 @@ health = 30 movement_cooldown = 0 + see_in_dark = 10 + seedarkness = FALSE + min_oxy = 0 max_oxy = 0 min_tox = 0