Balances Flow and Bound to not scale with Neutral Magic level.
Fixes a bug where flow and bound would subtract from your base character's
jumping and speed attributes when cast prior to death.
Fixes some general formatting things in the related files.
Provide method to restore mana and use it as a refund when casting Flow
and Bound more than once during its duration. The application of this
method in this way is kind of a kludge, but it works and the method is
definitely helpful.
Flow had a downside where the caster was more likely to take collision
damage. I found a variable on the player object called minImpactSpeed,
adding the increase in speed due to Flow to that value did what I wanted it to do
after some testing.