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 ..()