From 345548d71c244f1b3be9eb112631609367a9d38f Mon Sep 17 00:00:00 2001 From: Xhuis Date: Mon, 11 Sep 2017 13:50:39 -0400 Subject: [PATCH] a little odd, but sure --- code/game/objects/structures/ghost_role_spawners.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/ghost_role_spawners.dm b/code/game/objects/structures/ghost_role_spawners.dm index 8df1aed53c1..f0160ad1c8c 100644 --- a/code/game/objects/structures/ghost_role_spawners.dm +++ b/code/game/objects/structures/ghost_role_spawners.dm @@ -250,7 +250,7 @@ assignedrole = "Translocated Vet" /obj/effect/mob_spawn/human/doctor/alive/lavaland/Destroy() - var/obj/structure/fluff/empty_sleeper/S = new(get_turf(src)) + var/obj/structure/fluff/empty_sleeper/S = new(drop_location()) S.setDir(dir) return ..()