Skip to content

Commit

Permalink
Prevents Free Range Intercoms from Accessing Syndicate and CentCom Ra…
Browse files Browse the repository at this point in the history
…dio Channels (#11231)

* Update radio.dm

* Update radio.dm
  • Loading branch information
MarkusLarsson421 authored Jul 26, 2024
1 parent 620e12e commit e29691a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/__DEFINES/radio.dm
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
#define RADIO_KEY_UPLINK "d"
#define RADIO_TOKEN_UPLINK ":d"

#define MIN_FREE_FREQ 1201 // -------------------------------------------------
// Frequencies are always odd numbers and range from 1201 to 1599.
#define MIN_FREE_FREQ 1339 // -------------------------------------------------
// Frequencies are always odd numbers and range from 1339 to 1599.

#define FREQ_SYNDICATE 1213 //! Nuke op comms frequency, dark brown
#define FREQ_UPLINK 1214 //! Dummy channel for headset uplink
Expand Down

0 comments on commit e29691a

Please sign in to comment.