Megafauna will now always show up in the orbit list

This commit is contained in:
CitadelStationBot
2017-08-16 01:01:06 -05:00
parent a3803cb38f
commit 90e1bbd3e1

View File

@@ -289,7 +289,7 @@ Turf and target are separate in case you want to teleport some distance from a t
var/list/pois = list()
for(var/mob/M in mobs)
if(skip_mindless && (!M.mind && !M.ckey))
if(!isbot(M) && !istype(M, /mob/camera/))
if(!isbot(M) && !istype(M, /mob/camera) && !ismegafauna(M))
continue
if(M.client && M.client.holder && M.client.holder.fakekey) //stealthmins
continue