Skip to content

Commit

Permalink
Seperate comms and bugfix. Fixed broadcast.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScarKy0 committed Sep 4, 2024
1 parent 8e100d8 commit 26877be
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions Resources/Maps/Shuttles/emergency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ entities:
configurators: []
deviceLists: []
transmitFrequencyId: ShuttleTimer
deviceNetId: Wireless
- type: Gravity
gravityShakeSound: !type:SoundPathSpecifier
path: /Audio/Effects/alert.ogg
Expand Down
1 change: 1 addition & 0 deletions Resources/Maps/Shuttles/emergency_box.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ entities:
configurators: []
deviceLists: []
transmitFrequencyId: ShuttleTimer
deviceNetId: Wireless
- type: DecalGrid
chunkCollection:
version: 2
Expand Down
1 change: 1 addition & 0 deletions Resources/Maps/Shuttles/emergency_cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ entities:
configurators: []
deviceLists: []
transmitFrequencyId: ShuttleTimer
deviceNetId: Wireless
- type: DecalGrid
chunkCollection:
version: 2
Expand Down
1 change: 1 addition & 0 deletions Resources/Maps/Shuttles/emergency_courser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ entities:
configurators: []
deviceLists: []
transmitFrequencyId: ShuttleTimer
deviceNetId: Wireless
- type: DecalGrid
chunkCollection:
version: 2
Expand Down
1 change: 1 addition & 0 deletions Resources/Maps/Shuttles/emergency_delta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ entities:
configurators: []
deviceLists: []
transmitFrequencyId: ShuttleTimer
deviceNetId: Wireless
- type: DecalGrid
chunkCollection:
version: 2
Expand Down
1 change: 1 addition & 0 deletions Resources/Maps/Shuttles/emergency_lox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ entities:
configurators: []
deviceLists: []
transmitFrequencyId: ShuttleTimer
deviceNetId: Wireless
- type: DecalGrid
chunkCollection:
version: 2
Expand Down
1 change: 1 addition & 0 deletions Resources/Maps/Shuttles/emergency_meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ entities:
configurators: []
deviceLists: []
transmitFrequencyId: ShuttleTimer
deviceNetId: Wireless
- type: DecalGrid
chunkCollection:
version: 2
Expand Down
1 change: 1 addition & 0 deletions Resources/Maps/Shuttles/emergency_omega.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ entities:
configurators: []
deviceLists: []
transmitFrequencyId: ShuttleTimer
deviceNetId: Wireless
- type: DecalGrid
chunkCollection:
version: 2
Expand Down
1 change: 1 addition & 0 deletions Resources/Maps/Shuttles/emergency_raven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ entities:
configurators: []
deviceLists: []
transmitFrequencyId: ShuttleTimer
deviceNetId: Wireless
- type: DecalGrid
chunkCollection:
version: 2
Expand Down
1 change: 1 addition & 0 deletions Resources/Maps/Shuttles/emergency_rod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ entities:
configurators: []
deviceLists: []
transmitFrequencyId: ShuttleTimer
deviceNetId: Wireless
- type: DecalGrid
chunkCollection:
version: 2
Expand Down
1 change: 1 addition & 0 deletions Resources/Maps/Shuttles/emergency_wode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ entities:
configurators: []
deviceLists: []
transmitFrequencyId: ShuttleTimer
deviceNetId: Wireless
- type: DecalGrid
chunkCollection:
version: 2
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
- type: DeviceNetwork
deviceNetId: Wireless
receiveFrequencyId: CrewMonitor
transmitFrequencyId: ShuttleTimer
- type: WirelessNetworkConnection
range: 500
- type: StationLimitedNetwork
Expand Down
7 changes: 7 additions & 0 deletions Resources/Prototypes/Entities/Mobs/Player/silicon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@
toggleAction: ActionAGhostShowCrewMonitoring
enum.GeneralStationRecordConsoleKey.Key:
toggleAction: ActionAGhostShowStationRecords
- type: CrewMonitoringConsole
- type: GeneralStationRecordConsole
- type: DeviceNetwork
deviceNetId: Wireless
receiveFrequencyId: CrewMonitor
- type: RadarConsole
followEntity: false


# Ai
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
- type: ExtensionCableReceiver
- type: Screen
- type: DeviceNetwork
deviceNetId: Wireless
receiveFrequencyId: ShuttleTimer

- type: entity
Expand Down

0 comments on commit 26877be

Please sign in to comment.