mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
Proper use of var names
This commit is contained in:
@@ -582,8 +582,8 @@
|
||||
for(var/i in 1 to world.maxz)
|
||||
if(i == ZLEVEL_CENTCOM || i == ZLEVEL_TRANSIT)
|
||||
continue
|
||||
var/turf/T = locate(ladder_x, ladder_y, i)
|
||||
new /obj/structure/ladder/unbreakable/jacob(T)
|
||||
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