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

Fix minor issues in purchasing and courier #122

Merged
merged 4 commits into from
Aug 6, 2023

Commits on Jul 23, 2023

  1. Refactor ItemPurchaseExtend to always call UseCourier

    Avoids bugs where function exits early and forgets to call UseCourier
    JoshdanG committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    cba6c6a View commit details
    Browse the repository at this point in the history
  2. Fix courier buying

    1. Don't wait to purchase items that are not purchased at secret shop
    2. Do not buy within UseCourier; it is redundant and missing features like removing from the purchase list.
    JoshdanG committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    c874f6a View commit details
    Browse the repository at this point in the history
  3. Don't buy from fountain shop when stash is full

    Prevents dropping items on the ground when buying too much
    JoshdanG committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    5d9b1fd View commit details
    Browse the repository at this point in the history
  4. Set sNextItem to "Out_of_items" when there are no more items

    Helps debugging and may prevent multiple buys of final item
    JoshdanG committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    e234859 View commit details
    Browse the repository at this point in the history