From b0cacc7f1431278ab7f25e65e219392f3dcb568f Mon Sep 17 00:00:00 2001 From: qwerltaz Date: Tue, 11 Feb 2025 11:44:11 +0100 Subject: [PATCH] fix conveyor belt default linking (#32688) --- Resources/Prototypes/Entities/Structures/conveyor.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/conveyor.yml b/Resources/Prototypes/Entities/Structures/conveyor.yml index 2e94026c15..17c8f2e434 100644 --- a/Resources/Prototypes/Entities/Structures/conveyor.yml +++ b/Resources/Prototypes/Entities/Structures/conveyor.yml @@ -35,6 +35,11 @@ - DoorPassable hard: False - type: Conveyor + - type: DeviceNetwork + deviceNetId: Wireless + receiveFrequencyId: BasicDevice + - type: WirelessNetworkConnection + range: 200 - type: DeviceLinkSink ports: - Reverse -- 2.51.2