mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user