chrisk123999 / chris-premades

MIT License
42 stars 47 forks source link

[BUG] Crusher move once-per-turn is checked but never set #262

Open stschmitt87 opened 2 months ago

stschmitt87 commented 2 months ago

In the move function of the crusher macro, there is a call to check that it is only executed once per turn, but on a successful move the flag is not set on the item. This results in asking me if I want to move a target on every attack, even if I already moved someone this turn.