Skip to content

Commit

Permalink
Fix comm network CA contracts being in wrong CC group. Also give Nav …
Browse files Browse the repository at this point in the history
…Network contracts unique sortkeys. Close #2264
  • Loading branch information
NathanKell committed Oct 12, 2023
1 parent ad9175c commit 8aef8db
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CONTRACT_TYPE
{
name = EarlyComNetwork3-CA
title = Early Communications Network (3 Satellites)
group = CommNetwork
group = CommApp


description = <b>Program: Early Commercial Applications<br>Type: <color=green>Required</color></b><br><br>Now that you've demonstrated the ability of satellites to relay communications via one-off launches, it's time to create a network of them to provide full coverage of the Earth.<br><br>Launch a 4-satellite communication network where the satellites are dispersed enough, and in high enough orbits, to provide near-complete coverage of the Earth's surface.<br><br><b><color=white>NOTE: You may choose only the 3-satellite or 4-satellite contract.</color></b><br><br><b><color=yellow>NOTE: The satellites will be destroyed upon completion of the contract. This simulates transfer of the payload back to the customer.</color>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CONTRACT_TYPE
{
name = EarlyComNetwork4-CA
title = Early Communications Network (4 Satellites)
group = CommNetwork
group = CommApp


description = <b>Program: Early Commercial Applications<br>Type: <color=green>Required</color></b><br><br>Now that you've demonstrated the ability of satellites to relay communications via one-off launches, it's time to create a network of them to provide full coverage of the Earth.<br><br>Launch a 4-satellite communication network where the satellites are dispersed enough, and in high enough orbits, to provide near-complete coverage of the Earth's surface.<br><br><b><color=white>NOTE: You may choose only the 3-satellite or 4-satellite contract.</color></b><br><br><b><color=yellow>NOTE: The satellites will be destroyed upon completion of the contract. This simulates transfer of the payload back to the customer.</color>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ CONTRACT_TYPE

completedMessage = Congratulations! The network is up and transmitting, and our shakedown testing is complete!

sortKey = 901
sortKey = 904

cancellable = true
declinable = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ CONTRACT_TYPE

completedMessage = Congratulations! The network is up and transmitting, and our shakedown testing is complete!

sortKey = 902
sortKey = 905

cancellable = true
declinable = true
Expand Down

0 comments on commit 8aef8db

Please sign in to comment.