diff --git a/code/modules/client/preferences/species_features/moth.dm b/code/modules/client/preferences/species_features/moth.dm index a0f54f145a9..db56a050f27 100644 --- a/code/modules/client/preferences/species_features/moth.dm +++ b/code/modules/client/preferences/species_features/moth.dm @@ -86,17 +86,11 @@ should_generate_icons = TRUE /datum/preference/choiced/moth_wings/init_possible_values() - var/list/icon/values = possible_values_for_sprite_accessory_list_for_body_part( + return possible_values_for_sprite_accessory_list_for_body_part( GLOB.moth_wings_list, "moth_wings", list("BEHIND", "FRONT"), ) - // Moth wings are in a stupid dimension - for (var/name in values) - values[name].Crop(1, 1, 32, 32) - - return values - /datum/preference/choiced/moth_wings/apply_to_human(mob/living/carbon/human/target, value) target.dna.features["moth_wings"] = value diff --git a/icons/mob/species/moth/moth_wings.dmi b/icons/mob/species/moth/moth_wings.dmi index 0f6dd6abef0..65b8fba38d9 100644 Binary files a/icons/mob/species/moth/moth_wings.dmi and b/icons/mob/species/moth/moth_wings.dmi differ