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

Simplify logic when trying to autoequip a two handed item #7409

Merged
merged 2 commits into from
Sep 7, 2024

Commits on Sep 7, 2024

  1. Fix not being able to equip two-handed items in a certain case

    Fix a bug that caused two-handed items not to able to be equipped
    if there was an item in the right hand, but not in the left one
    and also there wasn't enough space to place the right item TWO times.
    This was unintended, obviously, the right item should only be checked for once.
    Tully-B authored and ephphatha committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    97135b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b7c90f View commit details
    Browse the repository at this point in the history