From 55d683747fffaa168dedf6f54068a89817853e4a Mon Sep 17 00:00:00 2001 From: Hartmann-von-Berlichingen Date: Sat, 26 Jun 2021 21:53:22 +0430 Subject: [PATCH] Adds bee wing to insect species --- .../mob/dead/new_player/sprite_accessories/moth_wings.dm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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"