From b9edf48350a1ec3a83de2af8005d9696721e1bbf Mon Sep 17 00:00:00 2001 From: AnturK Date: Thu, 19 Oct 2017 13:19:18 +0200 Subject: [PATCH] Kevinz you meme --- code/modules/orbit/orbit.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/orbit/orbit.dm b/code/modules/orbit/orbit.dm index ef68134f80e..e4df15efaf6 100644 --- a/code/modules/orbit/orbit.dm +++ b/code/modules/orbit/orbit.dm @@ -54,6 +54,8 @@ lastloc = orbiter.loc for(var/other_orbit in orbiter.orbiters) var/datum/orbit/OO = other_orbit + if(OO == src) + continue OO.Check(targetloc) /atom/movable/var/datum/orbit/orbiting = null