Skip to content

Commit

Permalink
Small Changes
Browse files Browse the repository at this point in the history
* Moved Bio Samples to Start Node
* Must Complete 3 Test Communications Satellites before Advanced ComSats
available
* Must complete 3 Advanced ComSat contracts before GEO Comms Network
available
  • Loading branch information
pap1723 committed Jun 22, 2017
1 parent be33ba2 commit e82b42c
Show file tree
Hide file tree
Showing 3 changed files with 327 additions and 310 deletions.
Expand Up @@ -57,6 +57,14 @@ CONTRACT_TYPE
contractType = first_GEOUncrewed
title = Complete @contractType Contract
}
REQUIREMENT
{
name = CompleteContract
type = CompleteContract
contractType = ComTestSat
minCount = 3
title = Complete @contractType Contract at least 3 times
}

BEHAVIOUR
{
Expand Down
Expand Up @@ -36,6 +36,15 @@ CONTRACT_TYPE
// ************ REQUIREMENTS ************
REQUIREMENT
{
name = CompleteContract
type = CompleteContract
contractType = RepeatComSats
minCount = 3
title = Complete @contractType Contract at least 3 times
}
REQUIREMENT
{
name = Any
Expand Down

0 comments on commit e82b42c

Please sign in to comment.