From 1bc78b7f054e92fbfbc5a113f6acb9e52568e612 Mon Sep 17 00:00:00 2001 From: fox Date: Sat, 21 Sep 2024 03:00:45 +0300 Subject: [PATCH] Disable midround zombos again --- Resources/Prototypes/GameRules/events.yml | 68 +++++++++++------------ 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/Resources/Prototypes/GameRules/events.yml b/Resources/Prototypes/GameRules/events.yml index 66a8f6ada8..15d30db40b 100644 --- a/Resources/Prototypes/GameRules/events.yml +++ b/Resources/Prototypes/GameRules/events.yml @@ -431,40 +431,40 @@ - id: MobGiantSpiderVampireAngry prob: 0.01 -- type: entity - id: ZombieOutbreak - parent: BaseGameRule - noSpawn: true - components: - - type: StationEvent - earliestStart: 60 - reoccurrenceDelay: 60 - minimumPlayers: 15 - weight: 2 - duration: 1 - - type: ZombieRule - - type: AntagSelection - definitions: - - prefRoles: [ InitialInfected ] - max: 3 - playerRatio: 10 - blacklist: - components: - - ZombieImmune - - InitialInfectedExempt - briefing: - text: zombie-patientzero-role-greeting - color: Plum - sound: "/Audio/Ambience/Antag/zombie_start.ogg" - components: - - type: PendingZombie #less time to prepare than normal - minInitialInfectedGrace: 300 - maxInitialInfectedGrace: 450 - - type: ZombifyOnDeath - - type: IncurableZombie - mindComponents: - - type: InitialInfectedRole - prototype: InitialInfected +#- type: entity +# id: ZombieOutbreak +# parent: BaseGameRule +# noSpawn: true +# components: +# - type: StationEvent +# earliestStart: 60 +# reoccurrenceDelay: 60 +# minimumPlayers: 15 +# weight: 2 +# duration: 1 +# - type: ZombieRule +# - type: AntagSelection +# definitions: +# - prefRoles: [ InitialInfected ] +# max: 3 +# playerRatio: 10 +# blacklist: +# components: +# - ZombieImmune +# - InitialInfectedExempt +# briefing: +# text: zombie-patientzero-role-greeting +# color: Plum +# sound: "/Audio/Ambience/Antag/zombie_start.ogg" +# components: +# - type: PendingZombie #less time to prepare than normal +# minInitialInfectedGrace: 300 +# maxInitialInfectedGrace: 450 +# - type: ZombifyOnDeath +# - type: IncurableZombie +# mindComponents: +# - type: InitialInfectedRole +# prototype: InitialInfected - type: entity id: LoneOpsSpawn