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.
What Does This PR Do
Adjust the SM gas production method to avoid producing a ridiculous output when active and at very low pressure.
Why It's Good For The Game
SM should not go supernova because it was low pressure.
Testing
Procedure:
Results without this change:
![image](https://private-user-images.githubusercontent.com/98381/406916161-754f74d8-218b-44b8-b35f-de3835c88288.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NzY4OTcsIm5iZiI6MTczOTY3NjU5NywicGF0aCI6Ii85ODM4MS80MDY5MTYxNjEtNzU0Zjc0ZDgtMjE4Yi00NGI4LWIzNWYtZGUzODM1Yzg4Mjg4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE2VDAzMjk1N1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPThmYzdlZmU2ZjRjZGZiYTZlOTg5NGUxNGI2ZTk5Njc1OTAzYzYxNzAxMjBkNjI1M2I5NDVlODNjYzc1ZDE1NjEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.c3syqMZzQjwyFyNrra1qYLZTNSoWH19unjOkkXBm0Ns)
and worsening. It will quickly reach a state that's effectively unsalvageable.
Results with this change:
![image](https://private-user-images.githubusercontent.com/98381/406915041-d2204d09-f2f0-4850-8192-dc4896fb719b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NzY4OTcsIm5iZiI6MTczOTY3NjU5NywicGF0aCI6Ii85ODM4MS80MDY5MTUwNDEtZDIyMDRkMDktZjJmMC00ODUwLTgxOTItZGM0ODk2ZmI3MTliLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE2VDAzMjk1N1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTkxYjVmNmE5YzNiMGFmNzBkNmI0ZGIxYjdiOTE1MWYyOWE5MTgzOGQ3OTY2MWFjMDI1ZjlmNGVlNTUzNGIyMTAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.eS18Cbp9txY-KkjUegA6_5AqoEAMEqxqj9nx0xGFn2s)
and stable.
Declaration
Changelog
🆑
fix: Fixed a bug that would cause the SM to go haywire if it was ever active and exposed to an extremely low (but nonzero) amount of gas.
/:cl: