Skip to content

Commit

Permalink
Fixed Inverted Requirements for ComSats
Browse files Browse the repository at this point in the history
Was previously requiring the ComSat Network to not be completed. That has been fixed.
  • Loading branch information
pap1723 committed Jun 30, 2017
1 parent ba9dd71 commit 8e26eaf
Showing 1 changed file with 0 additions and 16 deletions.
Expand Up @@ -43,22 +43,6 @@ CONTRACT_TYPE
contractType = FirstComSat
title = Complete @contractType Contract
}
REQUIREMENT
{
name = CompleteContract
type = CompleteContract
contractType = EarlyComNetwork3
title = Has not Completed @contractType Contract
invertRequirement = true
}
REQUIREMENT
{
name = CompleteContract
type = CompleteContract
contractType = EarlyComNetwork4
title = Has not Completed @contractType Contract
invertRequirement = true
}

// ************ PARAMETERS ************

Expand Down

0 comments on commit 8e26eaf

Please sign in to comment.