Skip to content

Commit

Permalink
Update code/game/machinery/telecomms/broadcaster.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar authored Dec 21, 2023
1 parent e2af8ed commit 7504d2a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions code/game/machinery/telecomms/broadcaster.dm
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,7 @@
volume = RADIO_VOLUME_CRITICAL

for (var/mob/R in receive)
var/is_ghost = FALSE
if(istype(R, /mob/dead/observer))
is_ghost = TRUE
var/is_ghost = istype(R, /mob/dead/observer)
/* --- Loop through the receivers and categorize them --- */
if (R.client && !(R.client.prefs.toggles_chat & CHAT_RADIO)) //Adminning with 80 people on can be fun when you're trying to talk and all you can hear is radios.
continue
Expand Down

0 comments on commit 7504d2a

Please sign in to comment.