From 8f30e0231e97fc581eebbf2033187681f620e3e1 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Sat, 12 Dec 2015 01:21:00 -0500 Subject: [PATCH] Corrects Cloner Loc --- code/game/machinery/cloning.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/cloning.dm b/code/game/machinery/cloning.dm index 891be23fdf2..08aff0a1fad 100644 --- a/code/game/machinery/cloning.dm +++ b/code/game/machinery/cloning.dm @@ -451,7 +451,7 @@ if (src.occupant.client) src.occupant.client.eye = src.occupant.client.mob src.occupant.client.perspective = MOB_PERSPECTIVE - src.occupant.loc = src.loc + src.occupant.forceMove(get_turf(src)) src.eject_wait = 0 //If it's still set somehow. domutcheck(src.occupant) //Waiting until they're out before possible notransform. src.occupant = null