You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I updated my version of this script to use: {if body.terraformState.invariantName != "Not terraformable" in place of the terraform checks, so it should include all terraforming options. You could give that a try. :)
What's Wrong (please be as specific as possible)
The function did not properly report a body that was in the process of being terraformed (This planet is being terraformed).
Configuration
My Investigation
Investigation Notes
This needs to be added as an additional clause in the or statement where it is checking terraform status:
body.terraformState.invariantName = "Terraforming"
The text was updated successfully, but these errors were encountered: