diff --git a/GameData/RP-1/Contracts/Commercial Applications 1/EarlyMolniyaSat.cfg b/GameData/RP-1/Contracts/Commercial Applications 1/EarlyMolniyaSat.cfg index 37e2968df54..bc71cb59a61 100644 --- a/GameData/RP-1/Contracts/Commercial Applications 1/EarlyMolniyaSat.cfg +++ b/GameData/RP-1/Contracts/Commercial Applications 1/EarlyMolniyaSat.cfg @@ -30,7 +30,7 @@ CONTRACT_TYPE advanceFunds = 0 rewardFunds = 0 rewardScience = 0 - rewardReputation = Round(55 * Pow(@EarlyMolniya/ReachOrbit/minPeA / 6000000, 0.5) * Pow(((@EarlyMolniya/HasComSatPayload/minQuantity / 325) * 10), 0.5) * @rewardFactor, 1) // pretend to have 10x the payload to make the reward line up with comsat repeatable, which requires about the same tonnage to orbit + rewardReputation = Round(55 * Pow(@EarlyMolniya/ReachOrbit/minPeA / 6000000, 0.5) * Pow(((@EarlyMolniya/HasComSatPayload/minQuantity * 10) / 325), 0.5) * @rewardFactor, 1) // pretend to have 10x the payload to make the reward line up with comsat repeatable, which requires about the same tonnage to orbit failureReputation = 0 // was @rewardReputation failureFunds = 0