-
-
Notifications
You must be signed in to change notification settings - Fork 540
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes plasma thruster acceleration #2980
Fixes plasma thruster acceleration #2980
Conversation
Signed-off-by: Theos <[email protected]>
Testing this locally it has worked, fuel expense isn't impacted and worked as intended, it's just the thrust only cared if it successfully burnt that amount of fuel and forgot to care about throttle % (so if you had your plasmas at 1% they'd burn 1% of fuel and say "yeah100% of that 1% burnt" and go at 100% speed) |
Sorry, I forgot to tell you, but this bug exists even in your branch. That's where I sent the screenshot with the bug from. Here the gimmick of it is that it burns 0 percent plasma and gets full trust. Perhaps the multiplication by throttle change is lost. |
Signed-off-by: Theos <[email protected]>
Signed-off-by: Theos <[email protected]>
Signed-off-by: Theos <[email protected]>
When testing this myself it has worked fine |
About The Pull Request
If you burned the expected amount of fuel you got full thrust regardless of throttle
Why It's Good For The Game
Changelog
🆑
fix: fueled thruster throttling now works right
/:cl: