From 84bb0f338c8b353a9f46e4ed7fedf45bbe6c6106 Mon Sep 17 00:00:00 2001 From: Aranclanos Date: Fri, 11 Apr 2014 21:18:49 -0300 Subject: [PATCH] Removes the extra dark vision of lizards --- code/modules/mob/living/carbon/human/life.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")