Skip to content

Commit

Permalink
Removes "+" from messages (tgstation#114)
Browse files Browse the repository at this point in the history
## About The Pull Request
fixes ss220club#106

## Changelog
:cl:
fix: Теперь плюсик не пишется в чат
/:cl:
  • Loading branch information
larentoun authored Apr 18, 2024
1 parent 7bad57e commit 6352e68
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modular_bandastation/tts/code/hear.dm
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/mob/show_message(msg, type, alt_msg, alt_type, avoid_highlighting)
if(!client)
return FALSE
msg = replacetext_char(msg, "+", null)
. = ..()

/mob/living/Hear(message, atom/movable/speaker, datum/language/message_language, raw_message, radio_freq, list/spans, list/message_mods, message_range)
. = ..()
if(!.)
Expand Down

0 comments on commit 6352e68

Please sign in to comment.