]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Add interlocking airlocks (#14177)
authorKevin Zheng <kevinz5000@gmail.com>
Sun, 7 May 2023 06:49:11 +0000 (22:49 -0800)
committerGitHub <noreply@github.com>
Sun, 7 May 2023 06:49:11 +0000 (16:49 +1000)
commit4e5adc2b86c0a6bf6dbf1a745382564abb018ae9
tree38d7daccce27fe77b144a2d49627f61b616ce635
parentea5d7d54217851b4a5c962ab6387ec88d7e5f7b4
Add interlocking airlocks (#14177)

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
22 files changed:
Content.IntegrationTests/Tests/PrototypeSaveTest.cs
Content.Server/DeviceLinking/Components/DoorSignalControlComponent.cs
Content.Server/DeviceLinking/Systems/DoorSignalControlSystem.cs
Content.Server/Doors/Systems/DoorSystem.cs
Content.Server/MachineLinking/Components/OrGateComponent.cs [new file with mode: 0644]
Content.Server/MachineLinking/Components/SignalLinkerComponent.cs
Content.Server/MachineLinking/Components/SignalTransmitterComponent.cs
Content.Server/MachineLinking/Events/SignalReceivedEvent.cs
Content.Server/MachineLinking/System/OrGateSystem.cs [new file with mode: 0644]
Content.Server/MachineLinking/System/SignalLinkerSystem.cs
Content.Shared/DeviceLinking/SharedDeviceLinkSystem.cs
Content.Shared/Doors/Systems/SharedDoorSystem.cs
Resources/Locale/en-US/machine-linking/receiver_ports.ftl
Resources/Locale/en-US/machine-linking/transmitter_ports.ftl
Resources/Prototypes/DeviceLinking/sink_ports.yml
Resources/Prototypes/DeviceLinking/source_ports.yml
Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml
Resources/Prototypes/Entities/Structures/gates.yml [new file with mode: 0644]
Resources/Prototypes/MachineLinking/receiver_ports.yml
Resources/Prototypes/MachineLinking/transmitter_ports.yml
Resources/Textures/Objects/Devices/gates.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Objects/Devices/gates.rsi/or.png [new file with mode: 0644]