Skip to content

Commit

Permalink
Makes subtle messages more noticeable (#4384)
Browse files Browse the repository at this point in the history
# About the pull request

Pretty much makes subtle messages appear in a large blue text.

# Explain why it's good for the game

Subtle messages are very often completely ignored by their recipient,
and that's because they've got the same font as the most spammed chat
messages in existence: attack logs.
This makes them actually large text that's easy to see.

Maybe I'll start using subtle messaging finally.


# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
admin: Subtle messages are now much larger.
/:cl:
  • Loading branch information
Waseemq1235 committed Sep 11, 2023
1 parent 51463b1 commit 59e46ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/admin/tabs/admin_tab.dm
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
if(SUBTLE_MESSAGE_IN_HEAD)
message = SPAN_ANNOUNCEMENT_HEADER_BLUE("You hear a voice in your head... [input]")
else
message = SPAN_DANGER("Message received through headset. [message_option] Transmission <b>\"[input]\"</b>")
message = SPAN_ANNOUNCEMENT_HEADER_BLUE("Message received through headset. [message_option] Transmission <b>\"[input]\"</b>")

for(var/mob/living/carbon/human/mob in view(usr.client))
if(message_option == SUBTLE_MESSAGE_IN_HEAD)
Expand Down

0 comments on commit 59e46ca

Please sign in to comment.