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

[Bug] Quorum doesn't build new structures at RCL8 #423

Open
duckymirror opened this issue Dec 1, 2019 · 1 comment
Open

[Bug] Quorum doesn't build new structures at RCL8 #423

duckymirror opened this issue Dec 1, 2019 · 1 comment

Comments

@duckymirror
Copy link
Contributor

With the factories update the CONTROLLER_STRUCTURES has been modified. The result is that Quorum expects a factory at PRL7. Because they aren't included in the layout yet it can never reach PRL7 and doesn't build structures after that.

Fix

Modify the room layout to include a factory

Workaround

Add STRUCTURE_FACTORY to the skipStructures array in extends/room/construction.js

@duckymirror duckymirror changed the title Quorum doesn't build new structures at RCL8 [Bug] Quorum doesn't build new structures at RCL8 Dec 1, 2019
@tedivm
Copy link
Contributor

tedivm commented Dec 1, 2019

Another option would be to whitelist the structures looked at for determining room level, which would make the code future proof should other structures get added.

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

No branches or pull requests

2 participants