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