deletes one word

This commit is contained in:
Timothy Teakettle
2020-11-05 16:59:49 +00:00
parent d500a12b70
commit 8b7fd151af
+1 -1
View File
@@ -472,7 +472,7 @@ GLOBAL_LIST_EMPTY(the_station_areas)
var/away_name
var/datum/space_level/away_level
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 + "Custom")
switch(answer)
if(null)
return