mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
TGUI input box conversions 1 (#63313)
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
var/objective
|
||||
|
||||
/datum/surgery_step/brainwash/preop(mob/user, mob/living/carbon/target, target_zone, obj/item/tool, datum/surgery/surgery)
|
||||
objective = stripped_input(user, "Choose the objective to imprint on your victim's brain.", "Brainwashing", null, MAX_MESSAGE_LEN)
|
||||
objective = tgui_input_text(user, "Choose the objective to imprint on your victim's brain", "Brainwashing")
|
||||
if(!objective)
|
||||
return -1
|
||||
display_results(user, target, span_notice("You begin to brainwash [target]..."),
|
||||
|
||||
Reference in New Issue
Block a user