From: qwerltaz <69696513+qwerltaz@users.noreply.github.com> Date: Mon, 30 Sep 2024 09:56:05 +0000 (+0200) Subject: AI can use fire alarm (#32467) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=bc059f0b6d0fedc6511d76c76595fb02935bf1c6;p=space-station-14.git AI can use fire alarm (#32467) * ai can use fire alarm * ai wire --- diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/fire_alarm.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/fire_alarm.yml index 917a94ddc9..03bc3e4a8d 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/fire_alarm.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/fire_alarm.yml @@ -104,6 +104,7 @@ collection: MetalGlassBreak params: volume: -4 + - type: StationAiWhitelist placement: mode: SnapgridCenter snap: diff --git a/Resources/Prototypes/Wires/layouts.yml b/Resources/Prototypes/Wires/layouts.yml index 955bae0104..cb211cf843 100644 --- a/Resources/Prototypes/Wires/layouts.yml +++ b/Resources/Prototypes/Wires/layouts.yml @@ -90,6 +90,7 @@ - type: wireLayout id: FireAlarm wires: + - !type:AiInteractWireAction - !type:PowerWireAction - !type:AtmosMonitorDeviceNetWire alarmOnPulse: true