The issue is with the boolean isDodging. It is set to true in the Dodge() method. That should trigger an if statement in the Movement() m
isDodging
Dodge()
Movement()