From 6f2a48e3174283921ba4dca5bf31fce18faf5ac8 Mon Sep 17 00:00:00 2001 From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Sat, 29 Apr 2023 21:51:37 -0400 Subject: [PATCH] Make space dragon event less common (#15933) --- Resources/Prototypes/GameRules/events.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/GameRules/events.yml b/Resources/Prototypes/GameRules/events.yml index 4c8e245ca2..516241becf 100644 --- a/Resources/Prototypes/GameRules/events.yml +++ b/Resources/Prototypes/GameRules/events.yml @@ -77,10 +77,10 @@ noSpawn: true components: - type: StationEvent - weight: 10 - duration: 2 - earliestStart: 15 - minimumPlayers: 15 + weight: 1 + duration: 1 + earliestStart: 45 + minimumPlayers: 20 - type: DragonRule - type: entity -- 2.51.2