From 5a93f11054cf7d2658e0cab32b3e3eeae56376b0 Mon Sep 17 00:00:00 2001 From: Heroman Date: Wed, 24 Apr 2019 19:36:45 +1000 Subject: [PATCH] Fixes shadekin feeling the burn --- .../living/simple_mob/subtypes/vore/shadekin/shadekin.dm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/shadekin/shadekin.dm b/code/modules/mob/living/simple_mob/subtypes/vore/shadekin/shadekin.dm index 403ff0460b9..64c636a620b 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/shadekin/shadekin.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/shadekin/shadekin.dm @@ -250,6 +250,12 @@ if((. = ..())) handle_shade() +/mob/living/simple_mob/shadekin/handle_atmos() + if(ability_flags & AB_PHASE_SHIFTED) + return + else + return .=..() + /mob/living/simple_mob/shadekin/proc/handle_shade() //Shifted kin don't gain/lose energy (and save time if we're at the cap) var/darkness = 1