mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-24 21:26:38 +01:00
Merge remote-tracking branch 'upstream/master' into xenoarch-new
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user