From bde161b1ed84d691894d431f28715c32e37679c0 Mon Sep 17 00:00:00 2001 From: dwasint <82520990+dwasint@users.noreply.github.com> Date: Fri, 8 Sep 2023 15:00:52 -0400 Subject: [PATCH] prettier --- .../code/modules/cassettes/machines/radio_mic.dm | 11 +++++++++++ tgui/packages/tgui-panel/styles/tgchat/chat-dark.scss | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/monkestation/code/modules/cassettes/machines/radio_mic.dm b/monkestation/code/modules/cassettes/machines/radio_mic.dm index 4c02538596a9..1e933ab7943d 100644 --- a/monkestation/code/modules/cassettes/machines/radio_mic.dm +++ b/monkestation/code/modules/cassettes/machines/radio_mic.dm @@ -12,6 +12,17 @@ anchored = TRUE resistance_flags = INDESTRUCTIBLE + /// overlay when speaker is on + overlay_speaker_idle = null + /// overlay when recieving a message + overlay_speaker_active = null + + /// overlay when mic is on + overlay_mic_idle = null + /// overlay when speaking a message (is displayed simultaniously with speaker_active) + overlay_mic_active = null + + /obj/item/radio/radio_mic/Initialize(mapload) . = ..() frequency = FREQ_RADIO diff --git a/tgui/packages/tgui-panel/styles/tgchat/chat-dark.scss b/tgui/packages/tgui-panel/styles/tgchat/chat-dark.scss index 8a0c59da05ef..4e98521d2e57 100644 --- a/tgui/packages/tgui-panel/styles/tgchat/chat-dark.scss +++ b/tgui/packages/tgui-panel/styles/tgchat/chat-dark.scss @@ -390,7 +390,7 @@ em { color: #fdfd34 !important; } .radioradio { - color: #FFC0CB !important; + color: #ffc0cb !important; } .yell { font-weight: bold;