Banana Bushes are able to grow in Winter, despite having a call to 'MakeNoGrowInWinter' in their constructor fn.
This is because 'MakeNoGrowInWinter' only affects the growth timer of the 'pickable' component, but the bush uses the 'growable' component due to its multiple stages.
The fix would be adding functionality for 'MakeNoGrowInWinter' to also disable the growth of entities using the 'growable' component.
Steps to Reproduce
1. Plant Banana Bushes
2. Notice they grow throughout Winter
-
2
-
1
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 accountSign in
Already have an account? Sign in here.
Sign In Now