The One Where I Port Modals

This commit is contained in:
Chompstation Bot
2021-06-30 19:29:34 +00:00
parent 2457a62edd
commit b6e1989a01
468 changed files with 10519 additions and 1808 deletions

View File

@@ -103,7 +103,7 @@ var/list/ventcrawl_machinery = list(
if(pipes.len == 1)
pipe = pipes[1]
else
pipe = input("Crawl Through Vent", "Pick a pipe") as null|anything in pipes
pipe = tgui_input_list(usr, "Crawl Through Vent", "Pick a pipe", pipes)
if(canmove && pipe)
return pipe