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

Stop resource consumption by worker if the worker is idle #199

Open
BLucky-gh opened this issue Jun 18, 2021 · 3 comments
Open

Stop resource consumption by worker if the worker is idle #199

BLucky-gh opened this issue Jun 18, 2021 · 3 comments

Comments

@BLucky-gh
Copy link

Game version
v 0.3.3

Description
right now if for example I am full on ropes, the workers stop producing more ropes because there's nowhere to put them, but they still consume the ingredients even if they're not producing the product, so my suggestion is to make them stop consuming ingredients if storage is full for them

@nroutasuo
Copy link
Owner

Workers will always consume food and water, even if they are not assigned to any job. You still have to fend for your people even if they're not working.

However I think for other ingredients, like metal used by toolsmiths, it would make sense to stop consumption if storage is full. I'll check that.

@esotericist
Copy link

Workers will always consume food and water, even if they are not assigned to any job. You still have to fend for your people even if they're not working.

is that a change versus the version currently published on github.io? in that version, unassigned workers do not consume resources.

@nroutasuo
Copy link
Owner

Workers will always consume food and water, even if they are not assigned to any job. You still have to fend for your people even if they're not working.

is that a change versus the version currently published on github.io? in that version, unassigned workers do not consume resources.

You're right, actually in the latest version they don't, my bad.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants