VV works again (#13491)

* VV works again

* Fix some more I missed
This commit is contained in:
adamsong
2022-03-23 17:51:30 -04:00
committed by GitHub
parent 0ddf654ba2
commit 818ab4d2d2
4 changed files with 6 additions and 6 deletions

View File

@@ -930,7 +930,7 @@
if(reagents)
var/chosen_id
switch(alert(usr, "Choose a method.", "Add Reagents", list("Search", "Choose from a list", "I'm feeling lucky")))
switch(alert(usr, "Choose a method.", "Add Reagents", "Search", "Choose from a list", "I'm feeling lucky"))
if("Search")
var/valid_id
while(!valid_id)