mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 17:45:02 +01:00
More standard tgui input conversions (#63464)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user