Merge pull request #12721 from MrStonedOne/patch-54

Ghosts can now move while orbiting themselves without breaking the orbit
This commit is contained in:
Razharas
2015-10-30 06:20:31 +03:00
@@ -108,8 +108,6 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
/mob/dead/observer/Move(NewLoc, direct)
if (orbiting)
stop_orbit()
if(NewLoc)
loc = NewLoc
for(var/obj/effect/step_trigger/S in NewLoc)