mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 18:46:24 +01:00
Updates Tether camera networks
This commit is contained in:
@@ -55,7 +55,7 @@ var/global/defer_powernet_rebuild = 0 // True if net rebuild will be called
|
||||
#define NETWORK_SECURITY "Security"
|
||||
#define NETWORK_INTERROGATION "Interrogation"
|
||||
#define NETWORK_TELECOM "Tcomms"
|
||||
#define NETWORK_THUNDER "Thunderdome"
|
||||
#define NETWORK_THUNDER "Entertainment" //VOREStation Edit: broader definition
|
||||
#define NETWORK_COMMUNICATORS "Communicators"
|
||||
#define NETWORK_ALARM_ATMOS "Atmosphere Alarms"
|
||||
#define NETWORK_ALARM_POWER "Power Alarms"
|
||||
|
||||
@@ -25,7 +25,7 @@ var/global/list/station_networks = list(
|
||||
var/global/list/engineering_networks = list(
|
||||
NETWORK_ENGINE,
|
||||
NETWORK_ENGINEERING,
|
||||
NETWORK_ENGINEERING_OUTPOST,
|
||||
//NETWORK_ENGINEERING_OUTPOST, //VOREStation Edit: Tether has no Engineering Outpost,
|
||||
NETWORK_ALARM_ATMOS,
|
||||
NETWORK_ALARM_FIRE,
|
||||
NETWORK_ALARM_POWER)
|
||||
|
||||
@@ -89,12 +89,13 @@
|
||||
|
||||
station_networks = list(
|
||||
NETWORK_CARGO,
|
||||
NETWORK_CIRCUITS,
|
||||
NETWORK_CIVILIAN,
|
||||
NETWORK_COMMAND,
|
||||
NETWORK_ENGINE,
|
||||
NETWORK_ENGINEERING,
|
||||
NETWORK_EXPLORATION,
|
||||
//NETWORK_DEFAULT, //Is this even used for anything? Robots show up here, but they show up in ROBOTS network too
|
||||
//NETWORK_DEFAULT, //Is this even used for anything? Robots show up here, but they show up in ROBOTS network too,
|
||||
NETWORK_MEDICAL,
|
||||
NETWORK_MINE,
|
||||
NETWORK_OUTSIDE,
|
||||
@@ -105,6 +106,15 @@
|
||||
NETWORK_TCOMMS,
|
||||
NETWORK_TETHER
|
||||
)
|
||||
secondary_networks = list(
|
||||
NETWORK_ERT,
|
||||
NETWORK_MERCENARY,
|
||||
NETWORK_THUNDER,
|
||||
NETWORK_COMMUNICATORS,
|
||||
NETWORK_ALARM_ATMOS,
|
||||
NETWORK_ALARM_POWER,
|
||||
NETWORK_ALARM_FIRE
|
||||
)
|
||||
|
||||
allowed_spawns = list("Tram Station","Gateway","Cryogenic Storage","Cyborg Storage")
|
||||
spawnpoint_died = /datum/spawnpoint/tram
|
||||
|
||||
Reference in New Issue
Block a user