From e4ec03f9e23ac861a2d231921c4e6d3cecb6f5b3 Mon Sep 17 00:00:00 2001 From: Vasilis Date: Sat, 11 Nov 2023 20:15:58 +0100 Subject: [PATCH] Disallow bee zombification (#21507) --- Resources/Prototypes/Entities/Mobs/NPCs/animals.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index 57aae21347..89c9f4fbfe 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -121,6 +121,7 @@ task: SimpleHostileCompound - type: Puller needsHands: true + - type: ZombieImmune - type: entity name: bee @@ -147,6 +148,7 @@ - SimpleHostile - type: Bloodstream bloodMaxVolume: 0.1 + - type: ZombieImmune - type: entity -- 2.51.2