Actually fix Light That Burns the Sky #602
Merged
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.
In #601, I missed an instance of 'Light That Burns The Sky', causing calcs like these
![image](https://private-user-images.githubusercontent.com/7078074/309904334-eab16063-c9b1-4c6e-b30d-0748638d1fc2.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MTgzMjUsIm5iZiI6MTczOTYxODAyNSwicGF0aCI6Ii83MDc4MDc0LzMwOTkwNDMzNC1lYWIxNjA2My1jOWIxLTRjNmUtYjMwZC0wNzQ4NjM4ZDFmYzIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTVUMTExMzQ1WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YTA2ZWEyYmY2NGM3ZmE2Yzc0ZDQxOTIzNTBjMTUyMDMxYTczZTI0NjM5M2Q2YzgyOTNkMjAxY2MxYzgxNGI2MyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.Jd-wf4Lwl6aEKqX5nS_NCufWMeOUs4kNPKF85Sk4UXk)
After the fix:
![image](https://private-user-images.githubusercontent.com/7078074/309905213-bc0fdec5-ca93-4c70-a1a2-e850a7a2a4da.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MTgzMjUsIm5iZiI6MTczOTYxODAyNSwicGF0aCI6Ii83MDc4MDc0LzMwOTkwNTIxMy1iYzBmZGVjNS1jYTkzLTRjNzAtYTFhMi1lODUwYTdhMmE0ZGEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTVUMTExMzQ1WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MWE3NWM3MTUxM2YyMzVjMDk1NmE4MDljNzNkYjhmNDE5MjEwZDBmNTJiMjY5ODE0MTY4MTZhMTAzNjAyNzEzZSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.KRgXjqGU545eZcOwXz9r020duzuWtpn-t4RAVcIZvAg)