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: toggling drop pouch storage draw method now works correctly #7059

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

rythenx
Copy link
Contributor

@rythenx rythenx commented Aug 29, 2024

About the pull request

Drop pouches currently show the option to toggle storage drawing method but when you click it, it does nothing. You can already alt-click drop pouches to draw the last item but there isn't a way to make it so that the default click draws the last item (or first item).

I have tested this locally and it correctly lets you toggle the storage mode after making this change.

fixes #6089

Explain why it's good for the game

Since you can already alt-click drop pouches to draw the last item, this just makes it slightly more convenient so that you can set the default to that behaviour like you can with most other pouches. This also lets you toggle between the FIFO mode as well which is something you can't do via alt click.

Testing Photographs and Procedure

Screenshots & Videos

Put screenshots and videos here with an empty line between the screenshots and the <details> tags.

Changelog

🆑
fix: drop pouch's switch storage drawing method now works correctly instead of doing nothing
/:cl:

@github-actions github-actions bot added the Fix Fix one bug, make ten more label Aug 29, 2024
@harryob harryob added this pull request to the merge queue Sep 10, 2024
Merged via the queue into cmss13-devs:master with commit f5e3f60 Sep 10, 2024
28 checks passed
cmss13-ci bot added a commit that referenced this pull request Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix Fix one bug, make ten more
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch-Storing-Drawing-Method doesn't work on drop pouches.
2 participants