mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
Removes obsolete comment
Removes obsolete comment
This commit is contained in:
@@ -75,15 +75,6 @@ var/list/z_levels_list = list()
|
||||
if(y-1 >= 1)
|
||||
neigbours |= grid[x][y-1]
|
||||
|
||||
|
||||
//config/space_levels.txt is where you define your zlevel datum names, their connection to actual z levels and if you want them connected to one another or not
|
||||
//Grammar: Name;z value;linked/unlinked
|
||||
//Name is the name of the datum, just for the sake of it
|
||||
//z value is to what actual map z level this datum is pointing
|
||||
//linked/unlinked decide if you want the z level in the general map or not, for example centcomm is not reachable
|
||||
//Each entry must be separated with a single empty line, no spaces outside the name
|
||||
//No comments in the file allowed
|
||||
|
||||
/proc/setup_map_transitions() //listamania
|
||||
var/list/SLS = list()
|
||||
var/datum/space_level/D
|
||||
|
||||
Reference in New Issue
Block a user