Update unsorted.dm

This commit is contained in:
silicons
2021-01-14 18:36:00 -07:00
committed by GitHub
parent 1df2257e61
commit faf210ead0
-2
View File
@@ -271,8 +271,6 @@ 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 && M.client.holder && M.client.holder.fakekey) //stealthmins
continue
var/name = avoid_assoc_duplicate_keys(M.name, namecounts)
if(M.real_name && M.real_name != M.name)