Skip to content

Commit

Permalink
Sounding low requirements fix
Browse files Browse the repository at this point in the history
* I changed it to require firstflight but didn't uninvert.
* Correct behavior: requires first flight and NOT karman.
  • Loading branch information
NathanKell committed Jul 20, 2015
1 parent 04185e1 commit abcd883
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ CONTRACT_TYPE
name = CompleteFirstOrbit
type = CompleteContract
contractType = first_FirstFlight
}
REQUIREMENT
{
name = CompleteFirstOrbit
type = CompleteContract
contractType = first_KarmanUncrewed
invertRequirement = true
}
REQUIREMENT
Expand Down

0 comments on commit abcd883

Please sign in to comment.