mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Merge pull request #1012 from tigercat2000/SpaceCube
Slice up Cyberiad.dmm, Spacecube transitioning.
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