From 146cda19c575190886823cc3fa037a2608b342bc Mon Sep 17 00:00:00 2001 From: Vordenburg <114301317+Vordenburg@users.noreply.github.com> Date: Sun, 6 Aug 2023 13:58:30 -0400 Subject: [PATCH] Let flesh mobs and xenos climb tables (#18774) --- Resources/Prototypes/Entities/Mobs/NPCs/flesh.yml | 4 +++- Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/flesh.yml b/Resources/Prototypes/Entities/Mobs/NPCs/flesh.yml index 386377ee2e..decbe3020d 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/flesh.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/flesh.yml @@ -1,4 +1,4 @@ -- type: entity +- type: entity parent: SimpleMobBase id: BaseMobFlesh name: aberrant flesh @@ -9,6 +9,8 @@ rootTask: task: SimpleHostileCompound blackboard: + NavClimb: !type:Bool + true NavSmash: !type:Bool true - type: NpcFactionMember diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml b/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml index 21bbe68be5..4798c84689 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml @@ -13,6 +13,8 @@ rootTask: task: XenoCompound blackboard: + NavClimb: !type:Bool + true NavInteract: !type:Bool true NavPry: !type:Bool