Skip to content

Commit

Permalink
Make NPC zombies dont attack initial infecteds (#2367)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzk228 authored Aug 5, 2024
1 parent fc9edfb commit 956d88a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Resources/Prototypes/GameRules/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,11 @@
- type: ZombifyOnDeath
- type: IncurableZombie
- type: InitialInfected
# Corvax-Не знаю какой тег, морти поправь
- type: NpcFactionMember
addFriendlyFactions:
- Zombie
# Corvax
mindComponents:
- type: InitialInfectedRole
prototype: InitialInfected
Expand Down
5 changes: 5 additions & 0 deletions Resources/Prototypes/GameRules/roundstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,11 @@
- type: ZombifyOnDeath
- type: IncurableZombie
- type: InitialInfected
# Corvax-Не знаю какой тег, морти поправь
- type: NpcFactionMember
addFriendlyFactions:
- Zombie
# Corvax
mindComponents:
- type: InitialInfectedRole
prototype: InitialInfected
Expand Down

0 comments on commit 956d88a

Please sign in to comment.