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

This commit is contained in:
AnturK
2018-04-23 02:18:29 +02:00
committed by yogstation13-bot
parent cd911fae0b
commit fc1efab17e

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()