mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
[TGUI] Input List (#23281)
* TGUI Input List * Formatting * TGUI re-build * Holopad & Drop Bomb * Update tgui.bundle.js * if * linter * Mistake * TGUI input - Barsign * Review changes
This commit is contained in:
@@ -537,7 +537,7 @@ GLOBAL_LIST_INIT(view_runtimes_verbs, list(
|
||||
|
||||
var/turf/epicenter = mob.loc
|
||||
var/list/choices = list("Small Bomb", "Medium Bomb", "Big Bomb", "Custom Bomb")
|
||||
var/choice = input("What size explosion would you like to produce?") as null|anything in choices
|
||||
var/choice = tgui_input_list(src, "What size explosion would you like to produce?", "Drop Bomb", choices)
|
||||
switch(choice)
|
||||
if(null)
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user