diff --git a/code/modules/mob/living/carbon/human/life.dm b/code/modules/mob/living/carbon/human/life.dm index 6f31a90e519..341bc28445e 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -1059,7 +1059,7 @@ see_invisible = SEE_INVISIBLE_LIVING if(dna) switch(dna.mutantrace) - if("lizard","slime") + if("slime") see_in_dark = 3 see_invisible = SEE_INVISIBLE_LEVEL_ONE if("shadow")