mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
Fixes away missions not loading (#24296)
* Delete the old map_template.dm * Fixes #24291
This commit is contained in:
@@ -8,8 +8,7 @@ var/global/list/potentialRandomZlevels = generateMapList(filename = "config/away
|
||||
if(potentialRandomZlevels && potentialRandomZlevels.len)
|
||||
world << "<span class='boldannounce'>Loading away mission...</span>"
|
||||
var/map = pick(potentialRandomZlevels)
|
||||
var/file = file(map)
|
||||
load_new_z_level(file)
|
||||
load_new_z_level(map)
|
||||
world << "<span class='boldannounce'>Away mission loaded.</span>"
|
||||
|
||||
/proc/reset_gateway_spawns(reset = FALSE)
|
||||
|
||||
Reference in New Issue
Block a user