From 7d654da2807e1f13535263f9fc2e3c80dcfec88b Mon Sep 17 00:00:00 2001 From: Kyle Spier-Swenson Date: Wed, 16 Dec 2015 23:25:40 -0800 Subject: [PATCH] Fixes orbiting cameras --- code/__HELPERS/unsorted.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__HELPERS/unsorted.dm b/code/__HELPERS/unsorted.dm index bbdab1815e0..51afdf13ff6 100644 --- a/code/__HELPERS/unsorted.dm +++ b/code/__HELPERS/unsorted.dm @@ -377,7 +377,7 @@ Turf and target are seperate in case you want to teleport some distance from a t for(var/mob/M in mobs) if(skip_mindless && (!M.mind && !M.ckey)) - if(!isbot(M)) + if(!isbot(M) && !istype(M, /mob/camera/)) continue var/name = M.name if (name in names)