From cf1904a8dc0db15758028ca83e7fbc1b7fbe2da3 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Wed, 24 May 2023 22:31:48 +1000 Subject: [PATCH] Remove the other zombie rules (#16746) --- Resources/Prototypes/GameRules/events.yml | 20 +++++++++---------- Resources/Prototypes/GameRules/roundstart.yml | 12 +++++------ 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Resources/Prototypes/GameRules/events.yml b/Resources/Prototypes/GameRules/events.yml index 1336d42917..488ee5b76b 100644 --- a/Resources/Prototypes/GameRules/events.yml +++ b/Resources/Prototypes/GameRules/events.yml @@ -277,16 +277,16 @@ amount: 4 maxAmount: 8 -- type: entity - id: ZombieOutbreak - parent: BaseGameRule - noSpawn: true - components: - - type: StationEvent - earliestStart: 50 - weight: 2.5 - duration: 1 - - type: ZombieRule +#- type: entity +# id: ZombieOutbreak +# parent: BaseGameRule +# noSpawn: true +# components: +# - type: StationEvent +# earliestStart: 50 +# weight: 2.5 +# duration: 1 +# - type: ZombieRule - type: entity id: LoneOpsSpawn diff --git a/Resources/Prototypes/GameRules/roundstart.yml b/Resources/Prototypes/GameRules/roundstart.yml index 1346631af5..cef23d13e8 100644 --- a/Resources/Prototypes/GameRules/roundstart.yml +++ b/Resources/Prototypes/GameRules/roundstart.yml @@ -66,12 +66,12 @@ components: - type: SecretRule -- type: entity - id: Zombie - parent: BaseGameRule - noSpawn: true - components: - - type: ZombieRule +#- type: entity +# id: Zombie +# parent: BaseGameRule +# noSpawn: true +# components: +# - type: ZombieRule # event schedulers - type: entity