Outsider and Shadekin Changes (#7579)

This commit is contained in:
FluffMedic
2024-01-23 20:46:21 -05:00
committed by GitHub
parent bf4dd541f8
commit e8f505eff0
7 changed files with 80 additions and 3 deletions

View File

@@ -128,6 +128,7 @@ var/const/SEC_I_FREQ = 1475
var/const/TALON_FREQ = 1363 //VOREStation Add
var/const/CSN_FREQ = 1365 //VOREStation Add
var/const/OUT_FREQ = 1367 //CHOMPstation Add
var/list/radiochannels = list(
"Common" = PUB_FREQ,
@@ -150,6 +151,7 @@ var/list/radiochannels = list(
"Security(I)" = SEC_I_FREQ,
"Talon" = TALON_FREQ, //VOREStation Add
"Casino" = CSN_FREQ,
"Outsider" = OUT_FREQ //CHOMPstation Add
)
// Hey, if anyone ever needs to update tgui/packages/tgui/constants.js with new radio channels
@@ -196,7 +198,7 @@ var/list/ANTAG_FREQS = list(SYND_FREQ, RAID_FREQ)
//Department channels, arranged lexically
var/list/DEPT_FREQS = list(AI_FREQ, BDCM_FREQ, COMM_FREQ, ENG_FREQ, ENT_FREQ, MED_FREQ, SEC_FREQ, SCI_FREQ, SRV_FREQ, SUP_FREQ) // CHOMPEdit
var/list/OFFMAP_FREQS = list(TALON_FREQ, CSN_FREQ) //VOREStation Add
var/list/OFFMAP_FREQS = list(TALON_FREQ, CSN_FREQ, OUT_FREQ) //VOREStation Add CHOMPEdit: Added outsider
/proc/frequency_span_class(var/frequency)
// Antags!