mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
[MIRROR] Initialize fixing (#10335)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2e725a0727
commit
ce2446922e
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user