Add grid flag to more specials, mods in particular #1999
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
SUMMARY: Content "Added electric grid flag to saw mills, relevant mod locations"
Purpose of change
This started as just something someone requested over on the BN discord, as it came up that with #1866 being merged we can probably justify adding the
ELECTRIC_GRID
flag to at least a couple more locations we would've avoided earlier, and then roll them back in favor of partial grid coverage once we have support for junction boxes.This quickly got derailed by me realizing we oughta check mods for any overmap specials obviously in need of the grid flag too, as presently it looks like only No Hope has gotten to make use of it so far.
Describe the solution
Added
ELCTRIC_GRID
flag to lumber mills, per request. Normally I'd avoid doing this since it does have a decent chunk of fields that exist only to be filled with trees, but this is hopefully acceptable until we have junction boxes implemented, and farms recently got a grid expansion to set a precedent for erring on the side of "grid support now over waiting for the ability to only grid up part of a special".Additionally, finally remembered to check in-repo mods and added the flag to:
Describe alternatives you've considered
Testing
Checked affected files for syntax and lint errors.
Additional context