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:
LetterJay
2018-04-22 22:20:39 -05:00
committed by GitHub
+1 -1
View File
@@ -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()