-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Ore and Plants Bags are broken #27208
Comments
Had this happen to me ingame for the plant bag |
Turns out Server's StorageSystem and SharedStorageSystem are both using UseDelay for separate purposes (UI opening sound spam prevention and quick/area pickup cooldown). |
Still happening, I can't area pickup or quick pickup with plant bags. Was this behaviour removed? |
I think it's still bugged and not intended to be removed. |
Yeah, still bugged. Reopen, linked PR did not fix |
Yeah, I actually only tested it with trash bags and assumed it fixed ore bags and plant bags too. Had a feeling that would come back to bite me. Anyway, the issue is that the bags don't have a UseDelay component, and Storage needs one for the insert cooldown. It'd be easy enough to add them to the prototypes, but I suspect that this issue will come up again, since it's not obvious that Storage requires UseDelay to function. I might modify UseDelay.SetLength to add the component if the entity doesn't have it. |
Description
They can no longer do individual or area pickups.
Reproduction
Try to use a plant bag on plants or an ore bag on ores
Screenshots
Additional context
Fails on UseDelay.TryResetDelay, though unlike the Bible one I'm not sure exactly why here.
The text was updated successfully, but these errors were encountered: