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

[WIP] Skip trucks in factory queue when truck limit reached #3687

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

aco4
Copy link

@aco4 aco4 commented Mar 16, 2024

Implements #3677

Switch from a bool return value representing whether production was halted or not to:
A uint8_t representing the reason production was halted:
0 = no limit reached and no halt
1 = unit limit reached
2 = can't build commander without command relay center
3 = commander unit limit reached
4 = construction unit limit reached
@aco4 aco4 changed the title Skip trucks in factory queue when truck limit reached [WIP] Skip trucks in factory queue when truck limit reached Mar 16, 2024
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.

None yet

1 participant