diff --git a/code/modules/mob/living/carbon/human/human_mob.dm b/code/modules/mob/living/carbon/human/human_mob.dm index b0181479b33..bbbace2ea0b 100644 --- a/code/modules/mob/living/carbon/human/human_mob.dm +++ b/code/modules/mob/living/carbon/human/human_mob.dm @@ -2353,8 +2353,10 @@ Eyes need to have significantly high darksight to shine unless the mob has the X wings.icon = initial(wings.icon) wings.pixel_x_offset = initial(wings.pixel_x_offset) update_wing_layer() + update_body() return wings.is_open = TRUE wings.icon = wings.open_icon wings.pixel_x_offset = -22 // Center these bad boys update_wing_layer() + update_body() diff --git a/icons/mob/sprite_accessories/moth/moth_wingsopen.dmi b/icons/mob/sprite_accessories/moth/moth_wingsopen.dmi index 5dbb0f1db2b..beac9f6d442 100644 Binary files a/icons/mob/sprite_accessories/moth/moth_wingsopen.dmi and b/icons/mob/sprite_accessories/moth/moth_wingsopen.dmi differ