Skip to content

Commit

Permalink
Update code/modules/reagents/reagent_containers/vessel/unsorted.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Filatelele <[email protected]>
  • Loading branch information
TobyThorne and Filatelele authored Dec 23, 2023
1 parent 475c9e2 commit 00a56e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
if(istype(W, /obj/item/pen))
if(writing)
return
var/t = sanitizeSafe(input(user, "Write something on the cup...", name, writing), MAX_NAME_LEN)
var/t = tgui_input_text(user, "Write something on the cup...", name, writing, MAX_NAME_LEN)
if(!t)
return
if(!in_range(src, usr) && loc != usr)
Expand Down

0 comments on commit 00a56e4

Please sign in to comment.