From 9b08d9d5c97ca1fa9a56df3847b9dafe2d190631 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Sun, 17 Sep 2017 22:16:04 -0500 Subject: [PATCH] [MIRROR] Fixes the magic ladder (#2843) * Fixes the magic ladder * Update necropolis_chests.dm --- code/modules/mining/lavaland/necropolis_chests.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mining/lavaland/necropolis_chests.dm b/code/modules/mining/lavaland/necropolis_chests.dm index 9df050cbee..8c784b7209 100644 --- a/code/modules/mining/lavaland/necropolis_chests.dm +++ b/code/modules/mining/lavaland/necropolis_chests.dm @@ -582,7 +582,8 @@ for(var/i in 1 to world.maxz) if(i == ZLEVEL_CENTCOM || i == ZLEVEL_TRANSIT) continue - new /obj/structure/ladder/unbreakable/jacob(ladder_x, ladder_y, i) + var/turf/T2 = locate(ladder_x, ladder_y, i) + new /obj/structure/ladder/unbreakable/jacob(T2) qdel(src) /obj/structure/ladder/unbreakable/jacob