Skip to content

Commit

Permalink
Disable midround zombos again
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnemotechnician committed Sep 21, 2024
1 parent 0010ffc commit 1bc78b7
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions Resources/Prototypes/GameRules/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1bc78b7

Please sign in to comment.