From 4c4a8bc7ef922591e412413c0a935a4a88a05265 Mon Sep 17 00:00:00 2001 From: Heroman Date: Sat, 13 Mar 2021 15:18:32 +1000 Subject: [PATCH] Makes shadekin not have glowing eyes by default --- .../mob/living/carbon/human/species/shadekin/shadekin.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/shadekin/shadekin.dm b/code/modules/mob/living/carbon/human/species/shadekin/shadekin.dm index c175412f3be..6af26d350e0 100644 --- a/code/modules/mob/living/carbon/human/species/shadekin/shadekin.dm +++ b/code/modules/mob/living/carbon/human/species/shadekin/shadekin.dm @@ -54,7 +54,7 @@ base_color = "#f0f0f0" color_mult = 1 - has_glowing_eyes = TRUE + // has_glowing_eyes = TRUE //Applicable through neutral taits. death_message = "phases to somewhere far away!" male_cough_sounds = null