mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +01:00
AAAAAA (#5014)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#define RADIO_CHANNEL_ASSAULT "DS-1"
|
||||
#define RADIO_KEY_ASSAULT "z"
|
||||
#define RADIO_TOKEN_ASSAULT ":z"
|
||||
|
||||
#define FREQ_ASSAULT 1207
|
||||
@@ -101,6 +101,7 @@ GLOBAL_LIST_INIT(radiochannels, list(
|
||||
RADIO_CHANNEL_FACTION = FREQ_FACTION, //SKYRAT EDIT ADDITION - FACTION
|
||||
RADIO_CHANNEL_CYBERSUN = FREQ_CYBERSUN, //SKYRAT EDIT ADDITION - MAPPING
|
||||
RADIO_CHANNEL_INTERDYNE = FREQ_INTERDYNE, //SKYRAT EDIT ADDITION - MAPPING
|
||||
RADIO_CHANNEL_ASSAULT = FREQ_ASSAULT, //SKYRAT EDIT ADDITION - ASSAULT OPS
|
||||
RADIO_CHANNEL_SYNDICATE = FREQ_SYNDICATE,
|
||||
RADIO_CHANNEL_SUPPLY = FREQ_SUPPLY,
|
||||
RADIO_CHANNEL_SERVICE = FREQ_SERVICE,
|
||||
@@ -122,6 +123,7 @@ GLOBAL_LIST_INIT(reverseradiochannels, list(
|
||||
"[FREQ_FACTION]" = RADIO_CHANNEL_FACTION, //SKYRAT EDIT ADDITION - FACTION
|
||||
"[FREQ_CYBERSUN]" = RADIO_CHANNEL_CYBERSUN, //SKYRAT EDIT ADDITION - MAPPING
|
||||
"[FREQ_INTERDYNE]" = RADIO_CHANNEL_INTERDYNE, //SKYRAT EDIT ADDITION - MAPPING
|
||||
"[FREQ_ASSAULT]" = RADIO_CHANNEL_ASSAULT, //SKYRAT EDIT ADDITION - ASSAULT OPS
|
||||
"[FREQ_SYNDICATE]" = RADIO_CHANNEL_SYNDICATE,
|
||||
"[FREQ_SUPPLY]" = RADIO_CHANNEL_SUPPLY,
|
||||
"[FREQ_SERVICE]" = RADIO_CHANNEL_SERVICE,
|
||||
|
||||
@@ -264,7 +264,7 @@
|
||||
|
||||
// Independent radios, on the CentCom frequency, reach all independent radios
|
||||
//if (independent && (freq == FREQ_CENTCOM || freq == FREQ_CTF_RED || freq == FREQ_CTF_BLUE || freq == FREQ_CTF_GREEN || freq == FREQ_CTF_YELLOW)) ORIGINAL
|
||||
if (independent && (freq == FREQ_CENTCOM || freq == FREQ_CTF_RED || freq == FREQ_CTF_BLUE || freq == FREQ_CTF_GREEN || freq == FREQ_CTF_YELLOW || freq == FREQ_FACTION || freq == FREQ_CYBERSUN || freq == FREQ_INTERDYNE)) //SKYRAT EDIT CHANGE - FACTION, MAPPING, ASSAULT OPS
|
||||
if (independent && (freq == FREQ_CENTCOM || freq == FREQ_CTF_RED || freq == FREQ_CTF_BLUE || freq == FREQ_CTF_GREEN || freq == FREQ_CTF_YELLOW || freq == FREQ_FACTION || freq == FREQ_CYBERSUN || freq == FREQ_INTERDYNE || freq == FREQ_ASSAULT)) //SKYRAT EDIT CHANGE - FACTION, MAPPING, ASSAULT OPS
|
||||
signal.data["compression"] = 0
|
||||
signal.transmission_method = TRANSMISSION_SUPERSPACE
|
||||
signal.levels = list(0) // reaches all Z-levels
|
||||
|
||||
@@ -17,6 +17,7 @@ GLOBAL_LIST_INIT(freqtospan, list(
|
||||
"[FREQ_FACTION]" = "suppradio", //SKYRAT EDIT ADDITIION - FACTION
|
||||
"[FREQ_CYBERSUN]" = "syndradio", //SKYRAT EDIT ADDITION - MAPPING
|
||||
"[FREQ_INTERDYNE]" = "syndradio", //SKYRAT EDIT ADDITION - MAPPING
|
||||
"[FREQ_ASSAULT]" = "syndradio", //SKYRAT EDIT ADDITION - ASSAULT OPS
|
||||
"[FREQ_CTF_RED]" = "redteamradio",
|
||||
"[FREQ_CTF_BLUE]" = "blueteamradio",
|
||||
"[FREQ_CTF_GREEN]" = "greenteamradio",
|
||||
|
||||
@@ -22,6 +22,7 @@ GLOBAL_LIST_INIT(department_radio_keys, list(
|
||||
RADIO_KEY_FACTION = RADIO_CHANNEL_FACTION, //SKYRAT EDIT ADDITION - FACTION
|
||||
RADIO_KEY_CYBERSUN = RADIO_CHANNEL_CYBERSUN, //SKYRAT EDIT ADDITION - MAPPING
|
||||
RADIO_KEY_INTERDYNE = RADIO_CHANNEL_INTERDYNE, //SKYRAT EDIT ADDITION - MAPPING
|
||||
RADIO_KEY_ASSAULT = RADIO_CHANNEL_ASSAULT, //SKYRAT EDIT ADDITION - MAPPING
|
||||
|
||||
// Admin
|
||||
MODE_KEY_ADMIN = MODE_ADMIN,
|
||||
|
||||
@@ -151,6 +151,7 @@
|
||||
#include "code\__DEFINES\research\anomalies.dm"
|
||||
#include "code\__DEFINES\~skyrat_defines\ambitions.dm"
|
||||
#include "code\__DEFINES\~skyrat_defines\ammo_defines.dm"
|
||||
#include "code\__DEFINES\~skyrat_defines\assaultops.dm"
|
||||
#include "code\__DEFINES\~skyrat_defines\banning.dm"
|
||||
#include "code\__DEFINES\~skyrat_defines\cells.dm"
|
||||
#include "code\__DEFINES\~skyrat_defines\combat.dm"
|
||||
|
||||
Reference in New Issue
Block a user