Skip to content

Commit

Permalink
Merge pull request #1 from Karhgath/Fix-First-Solar-Sat-Loopholes
Browse files Browse the repository at this point in the history
Updated FirstSolarSat contrat to fix loopholes
  • Loading branch information
Karhgath authored Sep 10, 2024
2 parents 099ba51 + 56130c1 commit fe0620f
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions GameData/RP-1/Contracts/Early Satellites (Light)/FirstSolarSat.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ CONTRACT_TYPE
minRate = -1000000
maxRate = 0.00001
completeInSequence = true
}
}

PARAMETER
{
Expand All @@ -152,6 +152,16 @@ CONTRACT_TYPE
resource = ElectricCharge
minQuantity = 100
completeInSequence = true
}

PARAMETER
{
name = Duration
type = Duration
duration = 2h
preWaitText = Check for battery level
waitingText = Checking for battery level
completionText = Battery level: Confirmed
}
}
}
}

0 comments on commit fe0620f

Please sign in to comment.