Skip to content

Commit

Permalink
Makes subtle messages more noticeable (Attempt no. 2) (#4644)
Browse files Browse the repository at this point in the history
I forgor to change something in #4384, so it didn't actually do
anything. Now it does do something.
My sanity is on a thin line.

<!-- Remove this text and explain what the purpose of your PR is.

Mention if you have tested your changes. If you changed a map, make sure
you used the mapmerge tool.
If this is an Issue Correction, you can type "Fixes Issue #169420" to
link the PR to the corresponding Issue number #169420.

Remember: something that is self-evident to you might not be to others.
Explain your rationale fully, even if you feel it goes without saying.
-->

# Explain why it's good for the game

People gotta notice those subtle messages man. Same reasoning as #4384.


# Testing Photographs and Procedure
I wish we could have the old PR format back
<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: Makes subtle messages more noticeable.
/:cl:
  • Loading branch information
Waseemq1235 authored Oct 15, 2023
1 parent 1d405a2 commit 4b05e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/admin/verbs/mob_verbs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
if(!H.get_type_in_ears(/obj/item/device/radio/headset))
to_chat(usr, "The person you are trying to contact is not wearing a headset")
return
to_chat(H, SPAN_DANGER("Message received through headset. [message_option] Transmission <b>\"[msg]\"</b>"))
to_chat(H, SPAN_ANNOUNCEMENT_HEADER_BLUE("Message received through headset. [message_option] Transmission <b>\"[msg]\"</b>"))

var/message = WRAP_STAFF_LOG(usr, SPAN_STAFF_IC("subtle messaged [key_name(M)] as [message_option], saying \"[msg]\" in [get_area(M)] ([M.x],[M.y],[M.z])."))
message_admins(message, M.x, M.y, M.z)
Expand Down

0 comments on commit 4b05e1d

Please sign in to comment.