diff --git a/code/modules/mob/dead/new_player/sprite_accessories/moth_wings.dm b/code/modules/mob/dead/new_player/sprite_accessories/moth_wings.dm index f21dd5f5..1bb01d6c 100644 --- a/code/modules/mob/dead/new_player/sprite_accessories/moth_wings.dm +++ b/code/modules/mob/dead/new_player/sprite_accessories/moth_wings.dm @@ -79,6 +79,10 @@ name = "Witch Wing" icon_state = "witchwing" +/datum/sprite_accessory/moth_wings/bee + name = "Bee Wing" + icon_state = "bee" + /datum/sprite_accessory/moth_markings // the markings that moths can have. finally something other than the boring tan icon = 'icons/mob/moth_markings.dmi' color_src = null @@ -141,4 +145,4 @@ /datum/sprite_accessory/moth_markings/witchwing name = "Witch Wing" - icon_state = "witchwing" \ No newline at end of file + icon_state = "witchwing"