From a97373464f8e838ed29fa0fa47d3303063b568fe Mon Sep 17 00:00:00 2001 From: ShatteredSwords <135023515+ShatteredSwords@users.noreply.github.com> Date: Sat, 31 Aug 2024 22:39:00 -0400 Subject: [PATCH 1/3] No --- Resources/Prototypes/Entities/Mobs/NPCs/dogs.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/dogs.yml b/Resources/Prototypes/Entities/Mobs/NPCs/dogs.yml index 22da7583723..bdf06f910b2 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/dogs.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/dogs.yml @@ -69,13 +69,7 @@ - type: DogVision - type: NpcFactionMember factions: - - Pibble - - type: HTN - rootTask: - task: SimpleHostileCompound - blackboard: - NavSmash: !type:Bool - true + - NTPets - type: Grammar attributes: proper: true From 95f387e8fc6abd73c8323864c45da4db2e762326 Mon Sep 17 00:00:00 2001 From: ShatteredSwords <135023515+ShatteredSwords@users.noreply.github.com> Date: Sat, 31 Aug 2024 23:15:29 -0400 Subject: [PATCH 2/3] Neutral, why not? --- Resources/Prototypes/Entities/Mobs/NPCs/dogs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/dogs.yml b/Resources/Prototypes/Entities/Mobs/NPCs/dogs.yml index bdf06f910b2..35f325793f0 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/dogs.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/dogs.yml @@ -69,7 +69,7 @@ - type: DogVision - type: NpcFactionMember factions: - - NTPets + - SimpleNeutral - type: Grammar attributes: proper: true From 1c7c8f3d96d21ef94d7edcc08974d64df954a3da Mon Sep 17 00:00:00 2001 From: ShatteredSwords <135023515+ShatteredSwords@users.noreply.github.com> Date: Sat, 31 Aug 2024 23:38:55 -0400 Subject: [PATCH 3/3] Commented --- Resources/Prototypes/Entities/Mobs/NPCs/dogs.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/dogs.yml b/Resources/Prototypes/Entities/Mobs/NPCs/dogs.yml index 35f325793f0..fed6ca8a3ed 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/dogs.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/dogs.yml @@ -70,6 +70,12 @@ - type: NpcFactionMember factions: - SimpleNeutral +# - type: HTN +# rootTask: +# task: SimpleHostileCompound +# blackboard: +# NavSmash: !type:Bool +# true - type: Grammar attributes: proper: true