diff --git a/code/modules/mob/living/carbon/human/species_types/mothmen.dm b/code/modules/mob/living/carbon/human/species_types/mothmen.dm index 6a916852287d5a..e3c56eef4514bd 100644 --- a/code/modules/mob/living/carbon/human/species_types/mothmen.dm +++ b/code/modules/mob/living/carbon/human/species_types/mothmen.dm @@ -88,6 +88,6 @@ if(H.dna.features["original_moth_antennae"] != null) H.dna.features["moth_antennae"] = H.dna.features["original_moth_antennae"] - if(H.dna.features["original_moth_antennae"] == null && H.dna.features["moth_antennae" == "Burnt Off"]) + if(H.dna.features["original_moth_antennae"] == null && H.dna.features["moth_antennae"] == "Burnt Off") H.dna.features["moth_antennae"] = "Plain" handle_mutant_bodyparts(H)