fix initial infected icons and add a briefing to the character menu (#29259)

This commit is contained in:
slarticodefast
2024-06-21 07:42:17 +02:00
committed by GitHub
parent 880fef507d
commit d62dddcfcb
5 changed files with 42 additions and 2 deletions

View File

@@ -277,7 +277,7 @@
duration: 60
maxDuration: 120
- type: PowerGridCheckRule
- type: entity
parent: BaseGameRule
id: SolarFlare
@@ -404,6 +404,7 @@
maxInitialInfectedGrace: 450
- type: ZombifyOnDeath
- type: IncurableZombie
- type: InitialInfected
mindComponents:
- type: InitialInfectedRole
prototype: InitialInfected

View File

@@ -244,6 +244,7 @@
- type: PendingZombie
- type: ZombifyOnDeath
- type: IncurableZombie
- type: InitialInfected
mindComponents:
- type: InitialInfectedRole
prototype: InitialInfected