Skip to content

Commit

Permalink
Fixed everything sat contract.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrossignol committed Jul 26, 2016
1 parent 0efb172 commit 75fcb5f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
ContractPack-RemoteTech 2.1.2
- Fixed everything sat contract broken in last release (thanks severedsolo).

ContractPack-RemoteTech 2.1.1
- Fixed issue where inner/outer system sat contracts can never be offered.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"NAME":"Contract Pack: RemoteTech",
"URL":"https://raw.githubusercontent.com/jrossignol/ContractPack-RemoteTech/master/GameData/ContractPacks/RemoteTech/ContractPack-RemoteTech.version",
"DOWNLOAD":"https://github.com/jrossignol/ContractPack-RemoteTech/releases",
"CHANGE_LOG_URL":"https://raw.githubusercontent.com/jrossignol/ContractPack-RemoteTech/2.1.1/CHANGES.txt",
"CHANGE_LOG_URL":"https://raw.githubusercontent.com/jrossignol/ContractPack-RemoteTech/2.1.2/CHANGES.txt",
"GITHUB":{
"USERNAME":"jrossignol",
"REPOSITORY":"ContractPack-RemoteTech",
Expand All @@ -11,7 +11,7 @@
"VERSION":{
"MAJOR":2,
"MINOR":1,
"PATCH":1,
"PATCH":2,
"BUILD":0
},
"KSP_VERSION":{
Expand Down
4 changes: 2 additions & 2 deletions GameData/ContractPacks/RemoteTech/EverythingSat.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ CONTRACT_TYPE:NEEDS[RemoteTech]
ITERATOR
{
type = CelestialBody
target = @/targetBodies
target = @/allBodies
}
}
}
Expand Down Expand Up @@ -142,7 +142,7 @@ CONTRACT_TYPE:NEEDS[RemoteTech]
ITERATOR
{
type = CelestialBody
target = @/targetBodies
target = @/allBodies
}
}
}
Expand Down

0 comments on commit 75fcb5f

Please sign in to comment.