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:
Aylong
2024-02-24 18:14:03 +00:00
committed by GitHub
parent 5ebefe9fa1
commit f2223bb122
4 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -373,7 +373,7 @@
topic_href_write(id, input_element)
if(href_list["write"])
var/id = href_list["write"]
var/input_element = tgui_input_text(usr, "Enter what you want to write:", "Write", multiline = TRUE, encode = FALSE)
var/input_element = input("Enter what you want to write:", "Write") as message
topic_href_write(id, input_element)
/obj/item/paper/attackby(obj/item/P, mob/living/user, params)