Merge pull request #14057 from Citadel-Station-13/silicons-patch-15

removes stealthmin orbit block
This commit is contained in:
DeltaFire
2021-01-15 18:15:56 +01:00
committed by GitHub
+1 -1
View File
@@ -271,7 +271,7 @@ 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
if(M.client?.holder?.fakekey && isobserver(M))
continue
var/name = avoid_assoc_duplicate_keys(M.name, namecounts)