From ad62f08ab49b3bce004cb38c08ec1e1a69a12f43 Mon Sep 17 00:00:00 2001 From: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Date: Wed, 22 Feb 2023 18:54:50 +1000 Subject: [PATCH] Merge pull request #14532 from VOREStation/upstream-merge-8954 [MIRROR] Fix AI hologram sprites. --- code/_helpers/icons.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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