Skip to content

Commit

Permalink
[MIRROR] Fixes eavesdropping on sillycons [MDB IGNORE] (#24743)
Browse files Browse the repository at this point in the history
* Fixes eavesdropping on sillycons

* Update radio.dm

---------

Co-authored-by: Jeremiah <[email protected]>
Co-authored-by: Bloop <[email protected]>
  • Loading branch information
3 people authored and FFMirrorBot committed Nov 2, 2023
1 parent 1e98636 commit 1a7068c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/devices/radio/radio.dm
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@
subspace_transmission = TRUE
subspace_switchable = TRUE
dog_fashion = null
canhear_range = 0 // Skyrat Edit - Stops borgs being a loudspeaker and contains it to the tile they're on
canhear_range = 0

/obj/item/radio/borg/resetChannels()
. = ..()
Expand Down

0 comments on commit 1a7068c

Please sign in to comment.