-
Notifications
You must be signed in to change notification settings - Fork 15
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
refactor!: outside placement and adjustment for qbx_properties #26
Conversation
- Added outside placement - Corrected for qbx_properties - Added types - Fixed bug of objects spawning on top of each other
- Allows for defining where plants are allowed to spawn - Converted stages to array
- Added outside placement - Adjusted for qbx_properties
The linter test failed because of the source global being only available server side to its knowledge. I submitted a PR to Illenium's linter to fix that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did a light scan. Looks like a solid improvement
All comments have been addressed |
If you run the linter again, it should succeed now, my PR got merged |
Description
This PR adds the option in the shared config to allow for outside placement of weed too. It's also adjusted to work with qbx_properties instead of the archived qbx_houses and the SQL has changed to be a bit more understandable and work with the new option. A migration SQL file is provided too.
Checklist