Skip to content

Commit

Permalink
woops, wrong spot
Browse files Browse the repository at this point in the history
  • Loading branch information
Clayell authored Jul 13, 2024
1 parent 1dee6a6 commit a577f86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a577f86

Please sign in to comment.