Revert "TGUI alerts, lists, inputs"
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
var/list/combined = sortList(logs_present) + sortList(logs_missing)
|
||||
|
||||
var/selected = tgui_input_list(src, "Investigate what?", "Investigate", combined)
|
||||
var/selected = input("Investigate what?", "Investigate") as null|anything in combined
|
||||
|
||||
if(!(selected in combined) || selected == "---")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user