From 594f56445829c1a95e2a251b785a7ffb63fc874a Mon Sep 17 00:00:00 2001 From: Fluffiest Floofers Date: Tue, 20 Feb 2024 00:04:36 +0100 Subject: [PATCH] Uncomments MidRoundAntag (#869) * uncomment midroundantag gamerule * Removes rat king from mousemigration --- Resources/Prototypes/GameRules/events.yml | 8 ++++--- .../Nyanotrasen/GameRules/events.yml | 24 +++++++++---------- 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/Resources/Prototypes/GameRules/events.yml b/Resources/Prototypes/GameRules/events.yml index 68133fd1220..db99266cbaa 100644 --- a/Resources/Prototypes/GameRules/events.yml +++ b/Resources/Prototypes/GameRules/events.yml @@ -198,9 +198,11 @@ prob: 0.02 - id: MobMouse2 prob: 0.02 - specialEntries: - - id: SpawnPointGhostRatKing - prob: 0.005 + # DeltaV - Rat King spawns under MidRoundAntag - Comment out Rat King from spawning with MouseMigration gamerule + # specialEntries: + # - id: SpawnPointGhostRatKing + # prob: 0.005 + # End of modified code - type: entity id: CockroachMigration diff --git a/Resources/Prototypes/Nyanotrasen/GameRules/events.yml b/Resources/Prototypes/Nyanotrasen/GameRules/events.yml index 61cf6eaf1f0..44d1231a1f8 100644 --- a/Resources/Prototypes/Nyanotrasen/GameRules/events.yml +++ b/Resources/Prototypes/Nyanotrasen/GameRules/events.yml @@ -12,18 +12,18 @@ earliestStart: 15 - type: NoosphericStormRule -# Rat king, paradox anomaly, fugitive, oneiro, etc. -#- type: entity -# id: MidRoundAntag -# parent: BaseGameRule -# noSpawn: true -# components: -# - type: StationEvent -# weight: 7 -# reoccurrenceDelay: 5 -# minimumPlayers: 15 -# earliestStart: 25 -# - type: MidRoundAntagRule +# Rat king and paradox anomaly. +- type: entity + id: MidRoundAntag + parent: BaseGameRule + noSpawn: true + components: + - type: StationEvent + weight: 7 + reoccurrenceDelay: 5 + minimumPlayers: 15 + earliestStart: 25 + - type: MidRoundAntagRule # Base glimmer event - type: entity