Let flesh mobs and xenos climb tables (#18774)

This commit is contained in:
Vordenburg
2023-08-06 13:58:30 -04:00
committed by GitHub
parent 0757680c17
commit 146cda19c5
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -13,6 +13,8 @@
rootTask:
task: XenoCompound
blackboard:
NavClimb: !type:Bool
true
NavInteract: !type:Bool
true
NavPry: !type:Bool