Skip to content

Commit df7eea2

Browse files
ToasticalToastical
andauthored
returns missing insert for tail wagging (ParadiseSS13#29035)
Co-authored-by: Toastical <toast@toaster.com>
1 parent f94b677 commit df7eea2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

code/modules/mob/living/carbon/human/human_update_icons.dm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1435,6 +1435,7 @@ GLOBAL_LIST_EMPTY(damage_icon_parts)
14351435
var/icon/over = new/icon("icon" = 'icons/effects/species.dmi', "icon_state" = "Vulpkanin_tail_delay")
14361436
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
14371437
over = new/icon("icon" = 'icons/effects/species.dmi', "icon_state" = "[dna.species.name]_tail_delay")
1438+
over.Insert(new/icon(accessory_s, dir=NORTH), dir=NORTH)
14381439

14391440
var/mutable_appearance/tail = mutable_appearance(over, layer = -TAIL_LAYER)
14401441
tail.pixel_x = body_accessory.pixel_x_offset

0 commit comments

Comments
 (0)