From 79c77635faf1db1ecb2dd8f46e424503a000e13c Mon Sep 17 00:00:00 2001 From: Killerqu00 <47712032+Killerqu00@users.noreply.github.com> Date: Tue, 21 May 2024 12:16:35 +0200 Subject: [PATCH] sleeper agent appear later into the round and only once (#28160) --- Resources/Prototypes/GameRules/events.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/GameRules/events.yml b/Resources/Prototypes/GameRules/events.yml index 19c9f7d5dc..3b9ad5aadf 100644 --- a/Resources/Prototypes/GameRules/events.yml +++ b/Resources/Prototypes/GameRules/events.yml @@ -433,10 +433,10 @@ noSpawn: true components: - type: StationEvent - earliestStart: 25 + earliestStart: 30 weight: 8 minimumPlayers: 15 - reoccurrenceDelay: 30 + maxOccurrences: 1 # can only happen once per round startAnnouncement: station-event-communication-interception startAudio: path: /Audio/Announcements/intercept.ogg -- 2.51.2