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 fd7110d29ac..ff86e8c2892 100644 --- a/code/modules/mob/living/carbon/human/species_types/mothmen.dm +++ b/code/modules/mob/living/carbon/human/species_types/mothmen.dm @@ -13,6 +13,7 @@ inherent_biotypes = MOB_ORGANIC|MOB_HUMANOID|MOB_BUG mutant_bodyparts = list("moth_markings" = "None") external_organs = list(/obj/item/organ/external/wings/moth = "Plain", /obj/item/organ/external/antennae = "Plain") + species_eye_path = 'icons/mob/species/moth/eyes.dmi' attack_verb = "slash" attack_effect = ATTACK_EFFECT_CLAW attack_sound = 'sound/weapons/slash.ogg' diff --git a/icons/mob/human_face.dmi b/icons/mob/human_face.dmi index 6d0f0b5a684..733d11b1c01 100644 Binary files a/icons/mob/human_face.dmi and b/icons/mob/human_face.dmi differ diff --git a/icons/mob/species/moth/bodyparts.dmi b/icons/mob/species/moth/bodyparts.dmi index 23f244c9bc3..85266ab5443 100644 Binary files a/icons/mob/species/moth/bodyparts.dmi and b/icons/mob/species/moth/bodyparts.dmi differ diff --git a/icons/mob/species/moth/eyes.dmi b/icons/mob/species/moth/eyes.dmi new file mode 100644 index 00000000000..7dcc3cca5a3 Binary files /dev/null and b/icons/mob/species/moth/eyes.dmi differ