woodsjs / HordeDestroyer

MIT License
0 stars 0 forks source link

Challenge: Flee to cover and heal #29

Closed woodsjs closed 3 years ago

woodsjs commented 3 years ago

Check for low health in behaviour tree Abort running behaviour if true Find cover position with EQS Heal self when in cover

woodsjs commented 3 years ago

We're checking for low health, and abort running rest of behaviour tree if true.

Do we need to update or duplicate move to? Need to review what the last node in that decorator does.

woodsjs commented 3 years ago

Seems to be working. Running a few more tests