This commit is contained in:
kevinz000
2018-12-06 18:34:37 -08:00
parent 8f946a39b4
commit c2c688c4c8
210 changed files with 296 additions and 296 deletions
+1 -1
View File
@@ -100,7 +100,7 @@
var/obj/effect/hoist_hook/source_hook
description_info = "Click this to raise or lower the hoist, or to switch directions if it can't move any further. It can also be collapsed into a hoist kit."
/obj/structure/hoist/initialize(mapload, ndir)
/obj/structure/hoist/Initialize(mapload, ndir)
. = ..()
dir = ndir
var/turf/newloc = get_step(src, dir)
+2 -2
View File
@@ -17,7 +17,7 @@
var/const/climb_time = 2 SECONDS
/obj/structure/ladder/initialize()
/obj/structure/ladder/Initialize()
. = ..()
// the upper will connect to the lower
if(allowed_directions & DOWN) //we only want to do the top one, as it will initialize the ones before it.
@@ -131,7 +131,7 @@
opacity = 0
anchored = 1
/obj/structure/stairs/initialize()
/obj/structure/stairs/Initialize()
. = ..()
for(var/turf/turf in locs)
var/turf/simulated/open/above = GetAbove(turf)
+1 -1
View File
@@ -34,7 +34,7 @@
..()
update()
/turf/simulated/open/initialize()
/turf/simulated/open/Initialize()
. = ..()
ASSERT(HasBelow(z))
update()