Advertisement
Guest User

AllowThrottlingTo70

a guest
Nov 30th, 2015
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.28 KB | None | 0 0
  1. @PART[*]:FINAL
  2. {
  3.     @MODULE[ModuleEnginesRF],*
  4.     {
  5.         %minThrust = temp
  6.         @minThrust = #$maxThrust$
  7.         @minThrust *= 0.7
  8.     }
  9.     @MODULE[ModuleEngineConfigs],*
  10.     {
  11.         @CONFIG,*:HAS[#maxThrust[*]]
  12.         {
  13.             %minThrust = temp
  14.             @minThrust = #$maxThrust$
  15.             @minThrust *= 0.7
  16.         }
  17.     }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement