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;