Skip to content

Commit

Permalink
FACTION_TWE
Browse files Browse the repository at this point in the history
  • Loading branch information
Waseemq1235 committed Sep 10, 2023
1 parent d5fa1b6 commit c4d42ec
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 c4d42ec

Please sign in to comment.