Update mapping.dm

This commit is contained in:
Ghom
2020-07-27 14:54:46 +02:00
committed by GitHub
parent 7e18e7a7a8
commit f946a157f4
+1 -2
View File
@@ -469,11 +469,10 @@ GLOBAL_LIST_EMPTY(the_station_areas)
else
return
possible_options += "Custom"
var/away_name
var/datum/space_level/away_level
var/answer = input("What kind ? ","Away/VR") as null|anything in possible_options
var/answer = input("What kind ? ","Away/VR") as null|anything in list(possible_options + "Custom")
switch(answer)
if(null)
return