-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Trying to pick up item too small for the pockets fails silently. #54725
Comments
Oh, and this is a duplicate of #54703 .. |
Not sure this is a dupe because they are getting an error message in the other thread & it's unknown what sort of carrying capacity they have. Not sure you should close this issue because the player prob should get a message when failing to pick up. |
After investigating the situation it seems there is an additional bug revealed here. Unless this is intended behavior the pair of socks you are trying to pick up should automatically go into the plastic jerrycan. |
The bug mentioned above has been reported in #53807 |
There are quite some discrepancies between can_contain and best_pocket functionality. This commit looks to fix that and actually allow nested pockets to work properly as long as there is space. fixes CleverRaven#54725
There are quite some discrepancies between can_contain and best_pocket functionality. This commit looks to fix that and actually allow nested pockets to work properly as long as there is space. fixes CleverRaven#54725
Describe the bug
There are some wool socks next to me that i can't pick up despite having a half-empty duffel bag on me, and more than enough spare carry capacity.
Steps to reproduce
Port Mayaca-no-socks.zip
g
-><Right arrow>
-><Enter>
to pick up the socksExpected behavior
Socks get picked up.
Screenshots
The socks can quite clearly fit into my bags:
Versions and configuration
Dark Days Ahead [dda],
Disable NPC Needs [no_npc_food],
No Fungal Growth [no_fungal_growth],
Bionic Professions [package_bionic_professions]
]
Additional context
No response
The text was updated successfully, but these errors were encountered: