From 54ae568b37b461fbe13a04b8fa917e5fac231885 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Thu, 22 Feb 2018 22:36:39 -0500 Subject: [PATCH] POLARIS: zshadows should be as invisible as their origin --- code/modules/multiz/zshadow.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/multiz/zshadow.dm b/code/modules/multiz/zshadow.dm index 630b2e2d34c..3fd0f897be4 100644 --- a/code/modules/multiz/zshadow.dm +++ b/code/modules/multiz/zshadow.dm @@ -52,6 +52,7 @@ overlays = M.overlays transform = M.transform dir = M.dir + invisibility = M.invisibility if(shadow) shadow.sync_icon(src)