From afab3764e99b9779035a593161ec9ebfb2ba5bde Mon Sep 17 00:00:00 2001 From: Kugamo Date: Tue, 21 Jun 2022 05:56:02 -0500 Subject: [PATCH] :eyeglasses: (#18022) --- code/modules/mob/living/carbon/human/species/_species.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/carbon/human/species/_species.dm b/code/modules/mob/living/carbon/human/species/_species.dm index 37a129d3f5f..4ad919aa469 100644 --- a/code/modules/mob/living/carbon/human/species/_species.dm +++ b/code/modules/mob/living/carbon/human/species/_species.dm @@ -932,6 +932,7 @@ It'll return null if the organ doesn't correspond, so include null checks when u if(H.has_status_effect(STATUS_EFFECT_SUMMONEDGHOST)) H.see_invisible = SEE_INVISIBLE_OBSERVER + H.update_tint() H.sync_lighting_plane_alpha() /datum/species/proc/water_act(mob/living/carbon/human/M, volume, temperature, source, method = REAGENT_TOUCH)