Skip to content

Commit

Permalink
Fix First Space Station Duration Parameter
Browse files Browse the repository at this point in the history
First Space Station contract was requiring no adjustments, these changes
should check for the proper orbit better.
  • Loading branch information
pap1723 committed Jul 30, 2017
1 parent bda41df commit 6c9c6cf
Showing 1 changed file with 20 additions and 11 deletions.
31 changes: 20 additions & 11 deletions GameData/RP-0/Contracts/Space Stations/First Space Station.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -158,16 +158,16 @@ CONTRACT_TYPE
targetBody = HomeWorld()
disableOnStateChange = true
title = Remain in a Stable Orbit
}
PARAMETER
{
name = Duration
type = Duration
duration = 30d
preWaitText = Transfer to the station in the specified orbit.
waitingText = Orbiting...
completionText = Stay completed, you may return home now.
}
PARAMETER
{
name = Duration
type = Duration
duration = 30d
preWaitText = Transfer to the station in the specified orbit.
waitingText = Orbiting...
completionText = Stay completed, you may return home now.
}
}
}
PARAMETER
{
Expand Down Expand Up @@ -213,7 +213,16 @@ CONTRACT_TYPE
maxApA = 2000000
targetBody = HomeWorld()
title = Keep the station in a stable orbit with a Perigee greater than 250 km and an Apogee less than 2,000 km
hideChildren = true

PARAMETER
{
name = Duration
type = Duration
duration = 2m
preWaitText = Transfer to the station in the specified orbit.
waitingText = Orbiting...
completionText = Stay completed, you may return home now.
}
}
}
}

0 comments on commit 6c9c6cf

Please sign in to comment.