LostArtefacts / TRX

Open source re-implementation of Tomb Raider I and Tomb Raider II, along with additional enhancements and bugfixes
https://lostartefacts.dev/
GNU General Public License v3.0
581 stars 36 forks source link

bugged wolf ;) #798

Open Tadexxx opened 1 year ago

Tadexxx commented 1 year ago

In version "Tomb1Main 2.14" I sometimes get a bugged wolf ;)

https://user-images.githubusercontent.com/99866604/229961538-2244fcc3-5f53-40c3-bba4-373e5b55bd30.mp4

walkawayy commented 1 year ago

Some details on when it gets stuck here: current_anim_state: WOLF_RUN, goal_anim_state: WOLF_RUN, mood: MOOD_ATTACK

The wolf doesn't enter into any of the if statements and there's no else. Idk how to fix this easily and not mess with the AI for a niche case.