diff --git a/Resources/Prototypes/_CP14/Entities/Mobs/NPC/undead.yml b/Resources/Prototypes/_CP14/Entities/Mobs/NPC/undead.yml index 14a07d50b9..acfb835d3b 100644 --- a/Resources/Prototypes/_CP14/Entities/Mobs/NPC/undead.yml +++ b/Resources/Prototypes/_CP14/Entities/Mobs/NPC/undead.yml @@ -7,6 +7,11 @@ - type: HTN rootTask: task: SimpleHostileCompound + blackboard: + NavClimb: !type:Bool + true + NavSmash: !type:Bool + true - type: NpcFactionMember factions: - CP14Undead diff --git a/Resources/Textures/_CP14/Mobs/Pets/iron_dog.rsi/dog.png b/Resources/Textures/_CP14/Mobs/Pets/iron_dog.rsi/dog.png index 26abab6ace..2e043a1d01 100644 Binary files a/Resources/Textures/_CP14/Mobs/Pets/iron_dog.rsi/dog.png and b/Resources/Textures/_CP14/Mobs/Pets/iron_dog.rsi/dog.png differ diff --git a/Resources/Textures/_CP14/Mobs/Pets/iron_dog.rsi/dog_dead.png b/Resources/Textures/_CP14/Mobs/Pets/iron_dog.rsi/dog_dead.png index a568b4cb84..1fbd84b5c7 100644 Binary files a/Resources/Textures/_CP14/Mobs/Pets/iron_dog.rsi/dog_dead.png and b/Resources/Textures/_CP14/Mobs/Pets/iron_dog.rsi/dog_dead.png differ