mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Update map system to -tg- standards
This commit updates the map system to -tg- standards. All stations are defined under _maps/, and all .dmm files go under _maps/map_files/. Currently, only the NCS Cyberiad is setup under the system. Misc changes: - World Status contains the map name - dm.sh script will allow automatic map changing between restarts. - _globalvars folder starting to take shape, not everything is migrated there yet.
This commit is contained in:
@@ -4,7 +4,7 @@ proc/createRandomZlevel()
|
||||
|
||||
var/list/potentialRandomZlevels = list()
|
||||
world << "<span class='userdanger'>Searching for away missions...</span>"
|
||||
var/list/Lines = file2list("maps/RandomZLevels/fileList.txt")
|
||||
var/list/Lines = file2list("_maps/map_files/RandomZLevels/fileList.txt")
|
||||
|
||||
if(!Lines.len) return
|
||||
for (var/t in Lines)
|
||||
|
||||
Reference in New Issue
Block a user