From c5135ea76aa00bbe91b6feec5cc5bcfafeba54cc Mon Sep 17 00:00:00 2001 From: Milon Date: Tue, 3 Sep 2024 13:01:48 +0200 Subject: [PATCH] fix sleeper agents rule announcement (#1748) ragh --- Resources/Prototypes/GameRules/events.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/GameRules/events.yml b/Resources/Prototypes/GameRules/events.yml index fff329bb1d..9748c830be 100644 --- a/Resources/Prototypes/GameRules/events.yml +++ b/Resources/Prototypes/GameRules/events.yml @@ -536,7 +536,7 @@ maxOccurrences: 1 # can only happen once per round startAnnouncement: station-event-communication-interception startAudio: - path: /Audio/Announcements/intercept.ogg + path: /Audio/Announcements/attention.ogg # DeltaV - Use the generic announcement sound duration: null # the rule has to last the whole round not 1 second occursDuringRoundEnd: false - type: AlertLevelInterceptionRule