From b878e80929a2786c2ffc69ffd05078ff0ee6e589 Mon Sep 17 00:00:00 2001 From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Sat, 15 Mar 2025 23:10:24 +0100 Subject: [PATCH] HOTFIX: Fix paradox clone event (#35858) fix paradox clone event --- Resources/Prototypes/GameRules/events.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/GameRules/events.yml b/Resources/Prototypes/GameRules/events.yml index 953a7ad1be..689049f977 100644 --- a/Resources/Prototypes/GameRules/events.yml +++ b/Resources/Prototypes/GameRules/events.yml @@ -33,6 +33,7 @@ - id: DragonSpawn - id: KingRatMigration - id: NinjaSpawn + - id: ParadoxCloneSpawn - id: RevenantSpawn - id: SleeperAgents - id: ZombieOutbreak @@ -237,9 +238,9 @@ id: ParadoxCloneSpawn components: - type: StationEvent - weight: 4 # should not happen every round + weight: 5 duration: null - earliestStart: 30 + earliestStart: 20 reoccurrenceDelay: 20 minimumPlayers: 15 - type: ParadoxCloneRule -- 2.51.2