mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 12:05:59 +01:00
Merge pull request #30823
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user