powder that makes you say yes

This commit is contained in:
Nadyr
2022-06-23 00:16:42 -04:00
committed by GitHub
parent 7643a4222a
commit ed5300430a
-8
View File
@@ -87,15 +87,7 @@
to_chat(usr, "<span class='info'>There isn't enough space left on \the [src] to write anything.</span>")
return
<<<<<<< refs/remotes/Upstream/master
var/raw_t = tgui_input_text(usr, "Enter what you want to write:", "Write", multiline = TRUE)
=======
<<<<<<< HEAD
var/raw_t = tgui_input_message(usr, "Enter what you want to write:", "Write")
=======
var/raw_t = tgui_input_text(usr, "Enter what you want to write:", "Write", multiline = TRUE, prevent_enter = TRUE)
>>>>>>> 9f14866f07... Merge pull request #13135 from ItsSelis/tgui-input-framework-hotfix
>>>>>>> Input Fixes
if(!raw_t)
return
var/t = sanitize(raw_t, free_space, extra = 0)