More standard tgui input conversions (#63464)

This commit is contained in:
Jeremiah
2021-12-24 03:04:18 -08:00
committed by GitHub
parent 36e5fcadd3
commit dcab86ba2c
64 changed files with 246 additions and 215 deletions
@@ -23,7 +23,7 @@
if(!istype(trauma))
to_chat(user, span_warning("Something is wrong; Either due a bug or admemes, you are trying to cast this spell without a split personality!"))
return
var/msg = stripped_input(usr, "What would you like to tell your other self?", null , "")
var/msg = tgui_input_text(usr, "What would you like to tell your other self?", "Commune")
if(!msg)
charge_counter = charge_max
return