From 2bb76dbd2e3126dd92fb4fd558a80271e1094db9 Mon Sep 17 00:00:00 2001 From: Morrow Date: Mon, 28 Aug 2023 10:33:44 -0400 Subject: [PATCH] Possible fix for tiny lasting lights on xenos --- code/modules/mob/living/carbon/xenomorph/life.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/carbon/xenomorph/life.dm b/code/modules/mob/living/carbon/xenomorph/life.dm index ba4b0e6edf8e..0542594f1ab6 100644 --- a/code/modules/mob/living/carbon/xenomorph/life.dm +++ b/code/modules/mob/living/carbon/xenomorph/life.dm @@ -547,6 +547,8 @@ Make sure their actual health updates immediately.*/ set_light_range(new_luminosity) // light up xenos if(new_luminosity) set_light_on(TRUE) + else + set_light_on(FALSE) /mob/living/carbon/xenomorph/handle_stunned() if(stunned)