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 expandinventory not allowing to return to minimal inventory size #3270

Merged
merged 1 commit into from
Feb 4, 2024

Conversation

skyleo
Copy link
Contributor

@skyleo skyleo commented Jan 13, 2024

Pull Request Prelude

Changes Proposed

Allow expandinventory to return to original inventory size (minimal one).

See:

TehAroil 𝐏𝐋𝐕𝐠𝐠 — 11/01/2024 02:34
>Have 100 Possession Limit
>expandinventory(10);
>Now 110
>expandinventory(-10);
>Refused
>expandinventory(-9);
>Now 101
expandinventory(-1);
>Refused
>Have 101 Possession Limit

Issues addressed: None?

@MishimaHaruna MishimaHaruna added this to the Release v2024.01 milestone Jan 13, 2024
@MishimaHaruna MishimaHaruna merged commit 974273b into HerculesWS:master Feb 4, 2024
213 of 256 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants