Skip to content

Commit

Permalink
Merge pull request #376 from Ykipss/bugfixes
Browse files Browse the repository at this point in the history
[BUGFIX] Syndicate radio hear all radios
  • Loading branch information
MrCat15352 authored Apr 5, 2024
2 parents 11a0e3f + d6a367b commit 4f82b8a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions mod_celadon/radio_syndicate/code/broadcasting.dm
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,7 @@
for(var/obj/item/radio/R in GLOB.all_radios["[frequency]"])
if(R.can_receive(frequency, map_zones))
radios += R
// Syndicate radios cannot hear all the radios in da sector. The 1984 in a nutshell.
if (TRANSMISSION_RADIO)
// Only radios not currently in subspace mode
for(var/obj/item/radio/R in GLOB.all_radios["[frequency]"])
if(!R.subspace_transmission && R.can_receive(frequency, map_zones))
radios += R

//Syndicate cannot hear all radios УВЫ 1984
if (TRANSMISSION_SUPERSPACE)
// Only radios which are independent
for(var/obj/item/radio/R in GLOB.all_radios["[frequency]"])
Expand Down

0 comments on commit 4f82b8a

Please sign in to comment.