From 07bf7636560d7a9fa50b5aeca31ccb7d64493dc7 Mon Sep 17 00:00:00 2001 From: Razharas Date: Wed, 14 Oct 2015 07:17:24 +0300 Subject: [PATCH] Removes obsolete comment Removes obsolete comment --- code/modules/space transition/space_transition.dm | 9 --------- 1 file changed, 9 deletions(-) diff --git a/code/modules/space transition/space_transition.dm b/code/modules/space transition/space_transition.dm index 92b0eeb1449..b2e25764011 100644 --- a/code/modules/space transition/space_transition.dm +++ b/code/modules/space transition/space_transition.dm @@ -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