mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 04:26:03 +01:00
TGUI input box conversions 1 (#63313)
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
/obj/effect/proc_holder/spell/targeted/telepathy/cast(list/targets, mob/living/simple_animal/revenant/user = usr)
|
||||
for(var/mob/living/M in targets)
|
||||
var/msg = stripped_input(usr, "What do you wish to tell [M]?", null, "")
|
||||
var/msg = tgui_input_text(user, "What do you wish to tell [M]?", "Telepathy")
|
||||
if(!msg)
|
||||
charge_counter = charge_max
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user