Jump to content

Silviculture doesn't fully grow Palm Cone Trees


Electroely
  • Fixed

When Wickerbottom reads her Silviculture book near partially grown palm cone trees, they only grow to their second-to-last stage.

This is because the domagicgrowth function in prefabs/palmconetree.lua line 545 checks for last_stage - 1 (for evergreens) instead of last_stage.


Steps to Reproduce

1. Plant palm cone trees
2 (optional). wait for them to grow into small trees
3. read book and notice they don't go all the way to the last stage

  • Like 3
  • Big Ups 2



User Feedback


A developer has marked this issue as fixed. This means that the issue has been addressed in the current development build and will likely be in the next update.

The palmcone magic growth function was copied from evergreens where they wanted to avoid the barren stage of the tree, and it limits to `last_stage - 1` rather than `last_stage` as in the deciduoustree growth fn.

  • Like 3

Share this comment


Link to comment
Share on other sites

2 hours ago, chaosmonkey said:

The palmcone magic growth function was copied from evergreens where they wanted to avoid the barren stage of the tree, and it limits to `last_stage - 1` rather than `last_stage` as in the deciduoustree growth fn.

Thank you. I updated the bug report with this clarification.

Share this comment


Link to comment
Share on other sites



Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
  • Create New...