Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasint committed Sep 8, 2023
1 parent bfdbd84 commit bde161b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions monkestation/code/modules/cassettes/machines/radio_mic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tgui/packages/tgui-panel/styles/tgchat/chat-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ em {
color: #fdfd34 !important;
}
.radioradio {
color: #FFC0CB !important;
color: #ffc0cb !important;
}
.yell {
font-weight: bold;
Expand Down

0 comments on commit bde161b

Please sign in to comment.