Skip to content

Commit

Permalink
TGS Test Merge (#6116)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blue authored and Blue committed Nov 1, 2023
2 parents 65c8f52 + d4292cb commit 99c9e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/atoms/say.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
var/no_runechat = FALSE
for(var/mob/M in get_hearers_in_view(MESSAGE_RANGE_COMBAT_LOUD, src))
var/processed = message
if(L && !(L.name in M.languages))
if(L && !(L in M.languages))
processed = L.scramble(message)
no_runechat = TRUE
M.show_message("<span class='game say'><span class='name'>[src]</span> [L?.speech_verb || atom_say_verb], \"[processed]\"</span>", 2, null, 1)
Expand Down

0 comments on commit 99c9e8f

Please sign in to comment.