From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Sat, 15 Mar 2025 22:10:24 +0000 (+0100) Subject: HOTFIX: Fix paradox clone event (#35858) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=b878e80929a2786c2ffc69ffd05078ff0ee6e589;p=space-station-14.git HOTFIX: Fix paradox clone event (#35858) fix paradox clone event --- 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