[MIRROR] Initialize fixing (#10335)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-08 14:22:04 -07:00
committed by GitHub
parent 2e725a0727
commit ce2446922e
888 changed files with 2876 additions and 2225 deletions

View File

@@ -8,7 +8,7 @@ var/list/z_levels = list()// Each bit re... haha just kidding this is a list of
z_levels.len = i
z_levels[i] = TRUE
/obj/effect/landmark/map_data/Initialize()
/obj/effect/landmark/map_data/Initialize(mapload)
..()
return INITIALIZE_HINT_QDEL
@@ -52,4 +52,4 @@ var/list/z_levels = list()// Each bit re... haha just kidding this is a list of
else if (dir == DOWN)
. = GetBelow(ref)
else
. = get_step(ref, dir)
. = get_step(ref, dir)