From 39d3eeac62562fdfb3cf57b901869f56904c1a96 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Wed, 21 Mar 2018 23:24:41 -0400 Subject: [PATCH] Change to Teshari to test for bug Removing these, to see if they are related to the Teshari bug. These are the only two unique sprite features that I can see. --- .../mob/living/carbon/human/species/station/seromi.dm | 2 +- code/modules/organs/subtypes/seromi.dm | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species/station/seromi.dm b/code/modules/mob/living/carbon/human/species/station/seromi.dm index 72f4f808d40..3f2271f967e 100644 --- a/code/modules/mob/living/carbon/human/species/station/seromi.dm +++ b/code/modules/mob/living/carbon/human/species/station/seromi.dm @@ -23,7 +23,7 @@ flesh_color = "#5F7BB0" base_color = "#001144" tail = "seromitail" - tail_hair = "feathers" + //tail_hair = "feathers" //TESHARI TEMPORARY REMOVAL reagent_tag = IS_TESHARI move_trail = /obj/effect/decal/cleanable/blood/tracks/paw diff --git a/code/modules/organs/subtypes/seromi.dm b/code/modules/organs/subtypes/seromi.dm index 0b11c2a4ba1..97d34f5d433 100644 --- a/code/modules/organs/subtypes/seromi.dm +++ b/code/modules/organs/subtypes/seromi.dm @@ -1,8 +1,8 @@ /obj/item/organ/external/foot/seromi - body_hair = "feathers" + //body_hair = "feathers" //TESHARI TEMPORARY REMOVAL /obj/item/organ/external/foot/right/seromi - body_hair = "feathers" + //body_hair = "feathers" //TESHARI TEMPORARY REMOVAL /obj/item/organ/external/hand/seromi - body_hair = "feathers" + //body_hair = "feathers" //TESHARI TEMPORARY REMOVAL /obj/item/organ/external/hand/right/seromi - body_hair = "feathers" + //body_hair = "feathers" //TESHARI TEMPORARY REMOVAL