Merge pull request #6474 from Citadel-Station-13/upstream-merge-37305
[MIRROR] Adds a note if the loaded away mission is custom in the logs.
This commit is contained in:
@@ -355,7 +355,7 @@ GLOBAL_LIST_EMPTY(the_station_areas)
|
||||
var/mapfile = input("Pick file:", "File") as null|file
|
||||
if(!mapfile)
|
||||
return
|
||||
away_name = mapfile
|
||||
away_name = mapfile + " custom"
|
||||
to_chat(usr,"<span class='notice'>Loading [mapfile]...</span>")
|
||||
var/datum/map_template/template = new(mapfile, "Away Mission")
|
||||
away_level = template.load_new_z()
|
||||
|
||||
Reference in New Issue
Block a user