From f2f3bfb2a433679940b45fa86edc195bf1d457df Mon Sep 17 00:00:00 2001 From: Mechoid Date: Tue, 21 Feb 2023 21:08:52 -0800 Subject: [PATCH] Fix AI hologram sprites. (#8954) * Fix AI hologram sprites. * Fix AI hologram sprites. * no to_world --- 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 a2e4664055f..ec831d8c5f8 100644 --- a/code/_helpers/icons.dm +++ b/code/_helpers/icons.dm @@ -233,7 +233,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