mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Adds a note if the loaded away is custom or not in the logs. (#37305)
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