Skip to content

Commit

Permalink
Fixes the Edit Name button of Soulcatcher Hosts (#24868) (#511)
Browse files Browse the repository at this point in the history
fix.

Co-authored-by: sqnztb <[email protected]>
  • Loading branch information
Steals-The-PRs and sqnztb authored Nov 9, 2023
1 parent 510451f commit 54b318c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
return TRUE

if("modify_name")
var/new_name = tgui_input_text(usr,"Choose a new name to send messages as", name, target_room.room_description, multiline = TRUE)
var/new_name = tgui_input_text(usr,"Choose a new name to send messages as", name, target_room.outside_voice, multiline = TRUE)
if(!new_name)
return FALSE

Expand Down

0 comments on commit 54b318c

Please sign in to comment.