Skip to content

Commit

Permalink
easy access
Browse files Browse the repository at this point in the history
Proc is on the controller already so no need for that.
  • Loading branch information
DeltaFire15 committed Sep 28, 2024
1 parent 70c6bf1 commit 8b9cdf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsv13/code/__HELPERS/overmap.dm
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,5 @@ Another get_angle that works better with the looping edges of the overmap
* Generates a new z level with behavior specific to overmaps and returns its space level datum.
*/
/datum/controller/subsystem/mapping/proc/add_new_overmap_zlevel()
. = add_new_zlevel("Overmap treadmill [length(SSmapping.z_list)+1]", ZTRAITS_OVERMAP)
. = add_new_zlevel("Overmap treadmill [length(z_list)+1]", ZTRAITS_OVERMAP)
setup_map_transitions(.)

0 comments on commit 8b9cdf2

Please sign in to comment.