Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct battle turn order in rpg2k battle - previously Albeleon 2.42 #1519

Merged
merged 2 commits into from Dec 5, 2018

Commits on Dec 2, 2018

  1. Add Game_BattleAlgorithm::Type

    * Adds non-virtual type query.
    * Used for many battle commits
    * Idiom we use in other places
    * Can allow de-virtualiation
    fmatthew5876 committed Dec 2, 2018
    Copy the full SHA
    522ca3e View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. Correct battle turn order in rpg2k battle

    * Previously albeleon 2.42 with fixes
    * Correct random calculation
    * Support weapons with pre-emptive (only for attacks)
    fmatthew5876 committed Dec 4, 2018
    Copy the full SHA
    c9c0b9f View commit details
    Browse the repository at this point in the history