diff --git a/code/modules/mob/dead/new_player/sprite_accessories.dm b/code/modules/mob/dead/new_player/sprite_accessories.dm index 96b056e30e1..d18f2990d85 100644 --- a/code/modules/mob/dead/new_player/sprite_accessories.dm +++ b/code/modules/mob/dead/new_player/sprite_accessories.dm @@ -2157,6 +2157,10 @@ /datum/sprite_accessory/moth_wings/plasmafire name = "Plasmafire" icon_state = "plasmafire" + +/datum/sprite_accessory/moth_wings/moffra + name = "Moffra" + icon_state = "moffra" /datum/sprite_accessory/moth_antennae //Finally splitting the sprite icon = 'icons/mob/species/moth/moth_antennae.dmi' @@ -2240,6 +2244,10 @@ /datum/sprite_accessory/moth_antennae/plasmafire name = "Plasmafire" icon_state = "plasmafire" + +/datum/sprite_accessory/moth_antennae/moffra + name = "Moffra" + icon_state = "moffra" /datum/sprite_accessory/moth_markings // the markings that moths can have. finally something other than the boring tan icon = 'icons/mob/species/moth/moth_markings.dmi' diff --git a/icons/mob/species/moth/moth_antennae.dmi b/icons/mob/species/moth/moth_antennae.dmi index 6f7b435a58f..9a4d237cc36 100644 Binary files a/icons/mob/species/moth/moth_antennae.dmi and b/icons/mob/species/moth/moth_antennae.dmi differ diff --git a/icons/mob/species/moth/moth_wings.dmi b/icons/mob/species/moth/moth_wings.dmi index a7d954b3461..0f6dd6abef0 100644 Binary files a/icons/mob/species/moth/moth_wings.dmi and b/icons/mob/species/moth/moth_wings.dmi differ