mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-25 14:16:30 +01:00
caps
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
..()
|
||||
update()
|
||||
|
||||
/turf/simulated/open/initialize()
|
||||
/turf/simulated/open/Initialize()
|
||||
. = ..()
|
||||
ASSERT(HasBelow(z))
|
||||
update()
|
||||
|
||||
Reference in New Issue
Block a user