Skip to content

Commit

Permalink
X-Planes Contracts Continued to Appear After Orbit
Browse files Browse the repository at this point in the history
This stops the X-Planes repeatable contracts from appearing after you have already achieved orbit.
  • Loading branch information
pap1723 committed Dec 15, 2018
1 parent dc2e451 commit e3e988b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions GameData/RP-0/Contracts/X-Planes/CrewedHighAtmo.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@ CONTRACT_TYPE
contractType = CrewedReachSpaceLate
invertRequirement = True
}
REQUIREMENT
{
name = CompleteContract
type = CompleteContract
contractType = first_OrbitCrewed
title = Has not compeleted @contractType Contract
invertRequirement = true
}


PARAMETER
Expand Down
8 changes: 8 additions & 0 deletions GameData/RP-0/Contracts/X-Planes/CrewedHighAtmoLate.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@ CONTRACT_TYPE
contractType = CrewedSuborbital
invertRequirement = True
}
REQUIREMENT
{
name = CompleteContract
type = CompleteContract
contractType = first_OrbitCrewed
title = Has not compeleted @contractType Contract
invertRequirement = true
}


PARAMETER
Expand Down
8 changes: 8 additions & 0 deletions GameData/RP-0/Contracts/X-Planes/CrewedSupersonic.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ CONTRACT_TYPE
contractType = BreakSoundBarrier
title = Complete @contractType Contract
}
REQUIREMENT
{
name = CompleteContract
type = CompleteContract
contractType = first_OrbitCrewed
title = Has not compeleted @contractType Contract
invertRequirement = true
}

PARAMETER
{
Expand Down

0 comments on commit e3e988b

Please sign in to comment.