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

ExtraDepletionBehavior #2615

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Jul 6, 2024

  1. Update inventory_util.zs

    Added ExtraDepletionBehavior() functionality to TakeInventory and UseInventory
    XLightningStormL authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    038caf3 View commit details
    Browse the repository at this point in the history
  2. Update inventory.zs

    Added ExtraDepletionBehavior (int takeAmount) function
    XLightningStormL authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    6169c0f View commit details
    Browse the repository at this point in the history
  3. Update inventory_util.zs

    ExtraDepletionBehavior now requires at least 1 item in reserve to work
    XLightningStormL authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    282c1ef View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Replaced ExtraDepletion with DepleteBy Logic

    Shoutout to RicardoLuis0
    XLightningStormL authored Jul 7, 2024
    Configuration menu
    Copy the full SHA
    6e2120c View commit details
    Browse the repository at this point in the history
  2. Replaced ExtraDepletion with DepleteBy Logic

    Shoutout to RicardoLuis0
    XLightningStormL authored Jul 7, 2024
    Configuration menu
    Copy the full SHA
    8224828 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Update inventory_util.zs

    added sv_infiniteinventory checks for takeinventory for custominventory items, restored support for sv_infiniteinventory useinventory items
    XLightningStormL authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    2626c73 View commit details
    Browse the repository at this point in the history
  2. Update inventory.zs

    cleaned up DepleteBy - removing unnecessary "--Amount <= 0 && usedItem" check and usedItem bool
    XLightningStormL authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    2c6d46c View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Update inventory_util.zs

    removed unnecessary sv_infiniteinventory check
    XLightningStormL authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    8efb001 View commit details
    Browse the repository at this point in the history
  2. Update inventory.zs

    amount is integer, depleteordestroy should occur when amount is less than 1
    XLightningStormL authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    85edffc View commit details
    Browse the repository at this point in the history