EDCD / EDDI

Companion application for Elite Dangerous
Other
440 stars 81 forks source link

Issue with "Bodies to map" reporting #2527

Closed omgwtflolbbl closed 1 year ago

omgwtflolbbl commented 1 year ago

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"

Darkcyde13 commented 1 year ago

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. :)