Adds a note if the loaded away is custom or not in the logs. (#37305)

This commit is contained in:
AnturK
2018-04-22 20:18:29 -04:00
committed by ShizCalev
parent f094192e34
commit 7f6887cd1b
+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()