From 02db31fdc68396526592145fbae79438486ccd53 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Thu, 6 Jul 2023 14:41:53 +1000 Subject: [PATCH] Add smashing to carp NPCs (#17846) --- Resources/Prototypes/Entities/Mobs/NPCs/carp.yml | 3 +++ Resources/Prototypes/Entities/Mobs/Player/dragon.yml | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/carp.yml b/Resources/Prototypes/Entities/Mobs/NPCs/carp.yml index 0e166c3cac..bf045e5987 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/carp.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/carp.yml @@ -9,6 +9,9 @@ - type: MobMover - type: HTN rootTask: SimpleHostileCompound + blackboard: + NavSmash: !type:Bool + true - type: Faction factions: - SimpleHostile diff --git a/Resources/Prototypes/Entities/Mobs/Player/dragon.yml b/Resources/Prototypes/Entities/Mobs/Player/dragon.yml index a933583c48..c3ddbf7bc2 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/dragon.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/dragon.yml @@ -15,6 +15,13 @@ - type: GhostTakeoverAvailable - type: HTN rootTask: XenoCompound + blackboard: + NavInteract: !type:Bool + true + NavPry: !type:Bool + true + NavSmash: !type:Bool + true - type: Faction factions: - Dragon