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

@@ -56,7 +56,7 @@
if(H.wear_mask != src)
to_chat(usr, "<span class='warning'>You have not installed \the [src] yet.</span>")
return
var/choice = input("Select a screen icon.") as null|anything in monitor_states
var/choice = tgui_input_list(usr, "Select a screen icon:", "Head Monitor Choice", monitor_states)
if(choice)
monitor_state_index = choice
update_icon()