diff --git a/code/modules/mob/living/carbon/xenomorph/castes/Facehugger.dm b/code/modules/mob/living/carbon/xenomorph/castes/Facehugger.dm index 2c8eba707cfc..882e7ad2f88c 100644 --- a/code/modules/mob/living/carbon/xenomorph/castes/Facehugger.dm +++ b/code/modules/mob/living/carbon/xenomorph/castes/Facehugger.dm @@ -263,7 +263,6 @@ var/mob/living/carbon/xenomorph/facehugger/facehugger = mutator_set.xeno facehugger.client.change_view(9, src) - facehugger.color = "#FFAD33" // This is here to make them look distinct until a spriter decides to replace my coder solution with a unique sprite. facehugger.mutation_type = FACEHUGGER_WATCHER mutator_update_actions(facehugger)