Merged
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Rename the
plantsplugin toplantto match the command, making it easier to find docs.Add command
plant removeto remove plants. (Doesn't work on mature trees yet. Will need to reverse-engineer proper tile removal at a later date.) Addplant listto list shrub and sapling raw IDs, avoiding use of lengthydevel/querycommand and excluding grasses.Adds a bunch of options to existing
plant createandplant grow. See:docs/plugins/plant.rst. Use proper logic for determining plantwateryflag, adding to wet/dry vector.Minor improvement to
regrassto accept numerical raw ID for grass type.regrass --listreplacesregrass --plant "". Don't remove mud on regrass (since DF doesn't.)plantsdoc tag now encompasses tools that affect grass, to includeregrassplugin.DataIdentityfor container types #4591) to pass vector ref to Luaplantuses its owncuboidstruct. This can be replaced by a more global one: Cuboid struct/class for df::coord bounds #4595