BRyeGmoney / ForTheLoveOfPower

The repo for the best game ever being worked on by absurdomatic games during this game's development cycle.
2 stars 0 forks source link

Reproduce Strange Movement issue #2

Closed BRyeGmoney closed 10 years ago

BRyeGmoney commented 10 years ago

Jess tried moving a unit only to have it snap back to its original position. I've not been able to reproduce this.

Rafzoola commented 10 years ago

Bug occurs when a player moves a unit across multiple spaces then changes mind, mid move, and creates a new path. The unit finishes the first set of instructions before completing the second set of instructions.

BRyeGmoney commented 10 years ago

Bug has been fixed by immediately clearing movement list from unit being moved when the player decides to move the unit again.