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

Streamlining & Combat #3

Merged
merged 2 commits into from
Jan 8, 2022
Merged

Streamlining & Combat #3

merged 2 commits into from
Jan 8, 2022

Commits on Jan 8, 2022

  1. Streamlining

    Streamlined some parts of the sell and mining function.
    Removed redundant variables.
    addMessage is now used directly ,without a buffer variable in front of it.
    Quadrum1 committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    5077980 View commit details
    Browse the repository at this point in the history
  2. Update combat

    Added dictionary to enemies.js to fetch data.
    Removed cases where enemies where able to heal, since their defense was higher than player attack.
    Modulized doCombat() to include dictionary fetching
    Quadrum1 committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    33c08be View commit details
    Browse the repository at this point in the history