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