Fix admin command to load away missions.

This commit is contained in:
Drulikar
2023-03-25 23:41:05 -07:00
parent 5d932eede3
commit ad145751a7
+2 -1
View File
@@ -501,8 +501,9 @@ GLOBAL_LIST_EMPTY(the_station_areas)
var/away_name
var/datum/space_level/away_level
possible_options += "Custom"
var/answer = input("What kind ? ","Away/VR") as null|anything in list(possible_options + "Custom")
var/answer = input("What kind ? ","Away/VR") as null|anything in possible_options
switch(answer)
if(null)
return