Update unsorted.dm

This commit is contained in:
silicons
2021-01-14 19:30:13 -07:00
committed by GitHub
parent faf210ead0
commit ecd3e6188d

View File

@@ -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(skip_mindless && (!M.mind && !M.ckey))
if(!isbot(M) && !iscameramob(M) && !ismegafauna(M)) if(!isbot(M) && !iscameramob(M) && !ismegafauna(M))
continue continue
if(M.client?.holder?.fakekey && isobserver(M))
continue
var/name = avoid_assoc_duplicate_keys(M.name, namecounts) var/name = avoid_assoc_duplicate_keys(M.name, namecounts)
if(M.real_name && M.real_name != M.name) if(M.real_name && M.real_name != M.name)