Merge remote-tracking branch 'upstream/master' into xenoarch-new

This commit is contained in:
Comicao1
2023-04-03 19:31:53 -03:00
74 changed files with 1272 additions and 143 deletions
+2 -1
View File
@@ -506,8 +506,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