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