@@ -42,28 +42,27 @@ var/global/defer_powernet_rebuild = 0 // True if net rebuild will be called
4242
4343// Camera channels
4444// Station channels
45- #define CAMERA_CHANNEL_PUBLIC " Public"
46- #define CAMERA_CHANNEL_ENGINEERING " Engineering"
47- #define CAMERA_CHANNEL_MEDICAL " Medical"
48- #define CAMERA_CHANNEL_RESEARCH " Research"
49- #define CAMERA_CHANNEL_SECURITY " Security"
50-
51- #define CAMERA_CHANNEL_ROBOTS " Robots"
52- #define CAMERA_CHANNEL_MINE " Mining"
53- #define CAMERA_CHANNEL_SECRET " Secret"
45+ #define CAMERA_CHANNEL_PUBLIC " Public"
46+ #define CAMERA_CHANNEL_ENGINEERING " Engineering"
47+ #define CAMERA_CHANNEL_MEDICAL " Medical"
48+ #define CAMERA_CHANNEL_RESEARCH " Research"
49+ #define CAMERA_CHANNEL_SECURITY " Security"
50+ #define CAMERA_CHANNEL_ROBOTS " Robots"
51+ #define CAMERA_CHANNEL_MINE " Mining"
52+ #define CAMERA_CHANNEL_SECRET " Secret"
5453
5554// Non-station channels
56- #define CAMERA_CHANNEL_CRESCENT " Crescent"
57- #define CAMERA_CHANNEL_ERT " ZeEmergencyResponseTeam "
58- #define CAMERA_CHANNEL_MERCENARY " MercurialNet"
59- #define CAMERA_CHANNEL_TELEVISION " Television"
55+ #define CAMERA_CHANNEL_CRESCENT " Crescent"
56+ #define CAMERA_CHANNEL_ERT " Emergency Response Team "
57+ #define CAMERA_CHANNEL_MERCENARY " MercurialNet"
58+ #define CAMERA_CHANNEL_TELEVISION " Television"
6059
6160// Alarm networks
62- #define NETWORK_ALARM_ATMOS " Atmosphere Alarms"
61+ #define NETWORK_ALARM_ATMOS " Atmosphere Alarms"
6362#define NETWORK_ALARM_CAMERA " Camera Alarms"
64- #define NETWORK_ALARM_FIRE " Fire Alarms"
63+ #define NETWORK_ALARM_FIRE " Fire Alarms"
6564#define NETWORK_ALARM_MOTION " Motion Alarms"
66- #define NETWORK_ALARM_POWER " Power Alarms"
65+ #define NETWORK_ALARM_POWER " Power Alarms"
6766
6867// singularity defines
6968#define STAGE_ONE 1
0 commit comments