returns missing insert for tail wagging (#29035)

Co-authored-by: Toastical <toast@toaster.com>
This commit is contained in:
Toastical
2025-04-17 19:16:16 +00:00
committed by GitHub
co-authored by Toastical
parent f94b677c5b
commit df7eea25d7
@@ -1435,6 +1435,7 @@ GLOBAL_LIST_EMPTY(damage_icon_parts)
var/icon/over = new/icon("icon" = 'icons/effects/species.dmi', "icon_state" = "Vulpkanin_tail_delay")
if(body_accessory.allowed_species && (dna.species.name in body_accessory.allowed_species)) // If the user's species is in the list of allowed species for the currently selected body accessory, use the appropriate animation timing blank
over = new/icon("icon" = 'icons/effects/species.dmi', "icon_state" = "[dna.species.name]_tail_delay")
over.Insert(new/icon(accessory_s, dir=NORTH), dir=NORTH)
var/mutable_appearance/tail = mutable_appearance(over, layer = -TAIL_LAYER)
tail.pixel_x = body_accessory.pixel_x_offset