mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
The One Where I Port Modals
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user