-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make farm plots re-tillable in farming extension version 2 (#74344)
* Make farm_action a method of basecamp class. Preparation to infer plots for plowing from expansion data so that #73761 can be fixed. * Make farm_action use relative expansion coordinates. Using dir instead of absolute overmap coordinates allows to access available upgrades from basecamp expansions. This is also more in line with other basecamp missions. * Add mapgen update from expansions to farm_action. Necessary to get dirtmound terrain from basecamp upgrades into the reference map that farm_action compares to. Fixes #73761. * Apply suggestions from code review Whitespace formatting corrected. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Fixed debug message in case orientation flags fail. * Use smallmap instead of tinymap for farm_action. This will ensure that blueprints having multiple z-levels can be applied correctly to the reference farm map. * Update farming mission description. Ensure that mission description is consistent with what happens in the mission. --------- Co-authored-by: silvadomi <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
5a68b84
commit e3af8f0
Showing
2 changed files
with
59 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters