Remove the other zombie rules (#16746)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user