From 932af69c3116e75d766bbc931ce63b84f5329e61 Mon Sep 17 00:00:00 2001 From: Soydium Date: Sun, 22 Sep 2024 15:26:55 +0300 Subject: [PATCH] added the ability for pigs to feed themselves (#32358) * pigs can eat * disable carcinisation --- Resources/Prototypes/Entities/Mobs/NPCs/animals.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index 2ab2534121d1f1..d4f2ecd30aef20 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -3377,7 +3377,10 @@ - type: NpcFactionMember factions: - Passive - + - type: HTN + rootTask: + task: RuminantCompound + - type: entity name: diona nymph parent: [SimpleMobBase, StripableInventoryBase]