Page 1 of 1

[1.3 + git] sustain_lists = 'break_with_step_up' inf loop

Posted: Wed Dec 31, 2014 12:58 am
by Doctornull
I have a sustain which I'd like to automatically un-sustain whenever Step Up would break (like when you attack, or take a non-movement action).

So in the talent, I added the line:

Code: Select all

   sustain_lists = 'break_with_step_up',
When the talent should un-sustain, the game does seem to try to deactivate it, but the game also loops infinitely:

https://www.dropbox.com/s/qx8i9f6b5bcxn ... t.zip?dl=0

Re: [1.3 + git] sustain_lists = 'break_with_step_up' inf loo

Posted: Wed Dec 31, 2014 1:24 am
by 0player
The issue in question is, unsustaining a talent counts as talent use, which in turn tries to unsustain the talent becayuse talent use breaks Step Up.

Re: [1.3 + git] sustain_lists = 'break_with_step_up' inf loo

Posted: Wed Dec 31, 2014 12:43 pm
by darkgod
fixed