From fe2590fa4359b564868d50e52c63e6a786ac7f4d Mon Sep 17 00:00:00 2001 From: VMSolidus Date: Tue, 2 Jan 2024 17:56:08 -0500 Subject: [PATCH 1/2] Update events.yml --- Resources/Prototypes/DeltaV/GameRules/events.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/DeltaV/GameRules/events.yml b/Resources/Prototypes/DeltaV/GameRules/events.yml index f12a65ee1e8..0445e05c4d2 100644 --- a/Resources/Prototypes/DeltaV/GameRules/events.yml +++ b/Resources/Prototypes/DeltaV/GameRules/events.yml @@ -56,5 +56,6 @@ weight: 7.5 # Worth some thought as to how frequent this should be... minimumPlayers: 25 maxOccurences: 1 + reoccurrenceDelay: 180 #Somehow maxOccurences is broken duration: 1 - type: PirateRadioSpawnRule From 7c8c44f7c6237de7bc7bbb9c578e04fb578163cc Mon Sep 17 00:00:00 2001 From: VMSolidus Date: Tue, 2 Jan 2024 18:34:04 -0500 Subject: [PATCH 2/2] Update events.yml --- Resources/Prototypes/DeltaV/GameRules/events.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Resources/Prototypes/DeltaV/GameRules/events.yml b/Resources/Prototypes/DeltaV/GameRules/events.yml index 0445e05c4d2..aaabdd39aa6 100644 --- a/Resources/Prototypes/DeltaV/GameRules/events.yml +++ b/Resources/Prototypes/DeltaV/GameRules/events.yml @@ -55,7 +55,6 @@ earliestStart: 20 weight: 7.5 # Worth some thought as to how frequent this should be... minimumPlayers: 25 - maxOccurences: 1 - reoccurrenceDelay: 180 #Somehow maxOccurences is broken + maxOccurrences: 1 duration: 1 - type: PirateRadioSpawnRule