Skip to content

Commit

Permalink
Update say.dm (BlueMoon-Labs#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixRuin authored Mar 1, 2024
1 parent f5b0851 commit 6b54325
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/mob/living/say.dm
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@ GLOBAL_LIST_INIT(department_radio_keys, list(
message_mode = MODE_WHISPER_CRIT
succumbed = TRUE
// BLUEMOON EDIT END
else if(message_mode == MODE_WHISPER)
message_range = 1
message_mode = MODE_WHISPER
src.log_talk(message, LOG_WHISPER)
else
src.log_talk(message, LOG_SAY, forced_by=forced)

Expand Down

0 comments on commit 6b54325

Please sign in to comment.