powder that makes you say yes

This commit is contained in:
Nadyr
2022-06-23 00:07:07 -04:00
committed by GitHub
parent 9b9e99469e
commit c4e7bb07e5
-10
View File
@@ -627,18 +627,8 @@ Traitors and the like can also be revived with the previous role mostly intact.
if(!holder)
return
<<<<<<< refs/remotes/Upstream/master
var/input = sanitize(tgui_input_text(usr, "Please enter anything you want. Anything. Serious.", "What?", "", multiline = TRUE), extra = 0)
var/customname = sanitizeSafe(tgui_input_text(usr, "Pick a title for the report.", "Title"))
=======
<<<<<<< HEAD
var/input = sanitize(input(usr, "Please enter anything you want. Anything. Serious.", "What?", "") as message|null, extra = 0)
var/customname = sanitizeSafe(input(usr, "Pick a title for the report.", "Title") as text|null)
=======
var/input = sanitize(tgui_input_text(usr, "Please enter anything you want. Anything. Serious.", "What?", "", multiline = TRUE, prevent_enter = TRUE), extra = 0)
var/customname = sanitizeSafe(tgui_input_text(usr, "Pick a title for the report.", "Title"))
>>>>>>> 9f14866f07... Merge pull request #13135 from ItsSelis/tgui-input-framework-hotfix
>>>>>>> Input Fixes
if(!input)
return
if(!customname)