Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @PART[*]:FINAL
- {
- @MODULE[ModuleEnginesRF],*
- {
- %minThrust = temp
- @minThrust = #$maxThrust$
- @minThrust *= 0.7
- }
- @MODULE[ModuleEngineConfigs],*
- {
- @CONFIG,*:HAS[#maxThrust[*]]
- {
- %minThrust = temp
- @minThrust = #$maxThrust$
- @minThrust *= 0.7
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement