From ecd3e6188dabcf92ff0608a695ef308ec9a86f9d Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Thu, 14 Jan 2021 19:30:13 -0700 Subject: [PATCH] Update unsorted.dm --- code/__HELPERS/unsorted.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/__HELPERS/unsorted.dm b/code/__HELPERS/unsorted.dm index e9b2d9c4f9..d95c89d19e 100644 --- a/code/__HELPERS/unsorted.dm +++ b/code/__HELPERS/unsorted.dm @@ -271,6 +271,8 @@ Turf and target are separate in case you want to teleport some distance from a t if(skip_mindless && (!M.mind && !M.ckey)) if(!isbot(M) && !iscameramob(M) && !ismegafauna(M)) continue + if(M.client?.holder?.fakekey && isobserver(M)) + continue var/name = avoid_assoc_duplicate_keys(M.name, namecounts) if(M.real_name && M.real_name != M.name)