Skip to content

Commit

Permalink
Fix 'Crewed Targeted Moon Landing' not showing up if the player did '…
Browse files Browse the repository at this point in the history
…First Human Moon Landing (Direct)'
  • Loading branch information
siimav committed Feb 2, 2024
1 parent 923ddf6 commit 80deb49
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions GameData/RP-1/Contracts/Lunar Crewed/CrewedMoonLandingTargeted.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,22 @@ CONTRACT_TYPE

REQUIREMENT
{
name = CompleteContract
type = CompleteContract
contractType = first_MoonLandingCrewed
name = Any
type = Any

REQUIREMENT
{
name = CompleteContract1
type = CompleteContract
contractType = first_MoonLandingCrewed
}

REQUIREMENT
{
name = CompleteContract2
type = CompleteContract
contractType = first_MoonLandingCrewedDirect
}
}

REQUIREMENT
Expand Down

0 comments on commit 80deb49

Please sign in to comment.