mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
Revert "Merge branch 'master' of https://github.com/PolarisSS13/Polaris into NanoGrade"
This reverts commit6bb5409349, reversing changes made tof6a83d5ee0.
This commit is contained in:
@@ -3,7 +3,7 @@ proc/createRandomZlevel()
|
||||
return
|
||||
|
||||
var/list/potentialRandomZlevels = list()
|
||||
log_startup_progress("Searching for away missions...")
|
||||
admin_notice("\red \b Searching for away missions...", R_DEBUG)
|
||||
var/list/Lines = file2list("maps/RandomZLevels/fileList.txt")
|
||||
if(!Lines.len) return
|
||||
for (var/t in Lines)
|
||||
@@ -35,7 +35,7 @@ proc/createRandomZlevel()
|
||||
|
||||
|
||||
if(potentialRandomZlevels.len)
|
||||
log_startup_progress("Loading away mission...")
|
||||
admin_notice("\red \b Loading away mission...", R_DEBUG)
|
||||
|
||||
var/map = pick(potentialRandomZlevels)
|
||||
var/file = file(map)
|
||||
@@ -48,8 +48,8 @@ proc/createRandomZlevel()
|
||||
continue
|
||||
awaydestinations.Add(L)
|
||||
|
||||
log_startup_progress("Away mission loaded.")
|
||||
admin_notice("\red \b Away mission loaded.", R_DEBUG)
|
||||
|
||||
else
|
||||
log_startup_progress("No away missions found.")
|
||||
admin_notice("\red \b No away missions found.", R_DEBUG)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user