Skip to content

0.3.5

Compare
Choose a tag to compare
@zkat zkat released this 26 Apr 05:48
· 132 commits to main since this release
0d69973

Previously, if a Picker re-picked the same action, and that action had been
set to Success or Failure, it would just keep running the action in that
state until it was time to switch to a different one.

With this version, that behavior is changed, and Failure and Success
actions that are re-picked will be respawned entirely (not even reused).

Cheers to @piedoomy on Discord for pointing out
this weird behavior!

Bug Fixes

  • thinker: launch a new action when the current action is in an end state (80d23f2f)