Update mapping.dm

This commit is contained in:
Ghom
2020-07-27 14:52:05 +02:00
committed by GitHub
parent f1c242aadc
commit 7e18e7a7a8
+2 -1
View File
@@ -454,7 +454,7 @@ GLOBAL_LIST_EMPTY(the_station_areas)
var/choice = alert(src, "What kind of level would you like to load?", "Load Away/VR", AWAY_MISSION_NAME, VIRT_REALITY_NAME, "Cancel")
var/list/possible_options = list("Custom")
var/list/possible_options
var/list/ztraits
switch(choice)
if(VIRT_REALITY_NAME)
@@ -469,6 +469,7 @@ GLOBAL_LIST_EMPTY(the_station_areas)
else
return
possible_options += "Custom"
var/away_name
var/datum/space_level/away_level