mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
TGUI Input fixes (#24270)
* Some tgui input fixes and reverts Add default to suit sensors and beaker transfer amount. Revert languages list and paper text inputs * Some tgui input fixes and reverts Add default to suit sensors and beaker transfer amount. Revert languages list and paper text inputs * Meh
This commit is contained in:
@@ -18,7 +18,8 @@
|
||||
/obj/item/reagent_containers/AltClick(mob/user)
|
||||
if(!Adjacent(user) || !length(possible_transfer_amounts) || !ishuman(user) || HAS_TRAIT(user, TRAIT_HANDS_BLOCKED))
|
||||
return
|
||||
var/new_transfer_rate = tgui_input_list(user, "Amount per transfer from this:", "[src]", possible_transfer_amounts)
|
||||
|
||||
var/new_transfer_rate = tgui_input_list(user, "Amount per transfer from this:", "[src]", possible_transfer_amounts, "[amount_per_transfer_from_this]")
|
||||
if(!new_transfer_rate)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user