diff --git a/code/_helpers/icons.dm b/code/_helpers/icons.dm index 2cb3ef5c69..82e135c544 100644 --- a/code/_helpers/icons.dm +++ b/code/_helpers/icons.dm @@ -232,7 +232,7 @@ curblend = BLEND_OVERLAY add = icon(I.icon, I.icon_state, base_icon_dir) else // 'I' is an appearance object. - add = getFlatIcon(image(I), I.dir||curdir, curicon, curstate, curblend, FALSE, no_anim) + add = getFlatIcon(image(I), curdir, curicon, curstate, curblend, FALSE, no_anim) if(!add) continue // Find the new dimensions of the flat icon to fit the added overlay