Skip to content

Commit

Permalink
Comsat fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Jul 6, 2017
1 parent 846e9b3 commit 4bb331d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ CONTRACT_TYPE
name = ReachSpecificOrbit
type = ReachSpecificOrbit
displayNotes = true
index = int(Random(0,3))
index = Max(0, Min(2, Round(Random(-0.499, 2.4999))))
deviationWindow = 4
}
PARAMETER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ CONTRACT_TYPE
name = HasComSatBus
type = HasResource
resource = ComSatBus
minQuantity = 10000
minQuantity = 2500
title = Have a ComSatBus of at least 2,500 units on the craft
}
PARAMETER
Expand Down Expand Up @@ -165,7 +165,7 @@ CONTRACT_TYPE
name = HasComSatBus
type = HasResource
resource = ComSatBus
minQuantity = 10000
minQuantity = 2500
title = Have a ComSatBus of at least 2,500 units on the craft
}
PARAMETER
Expand Down Expand Up @@ -222,7 +222,7 @@ CONTRACT_TYPE
name = HasComSatBus
type = HasResource
resource = ComSatBus
minQuantity = 10000
minQuantity = 2500
title = Have a ComSatBus of at least 2,500 units on the craft
}
PARAMETER
Expand Down Expand Up @@ -279,7 +279,7 @@ CONTRACT_TYPE
name = HasComSatBus
type = HasResource
resource = ComSatBus
minQuantity = 10000
minQuantity = 2500
title = Have a ComSatBus of at least 2,500 units on the craft
}
PARAMETER
Expand Down

0 comments on commit 4bb331d

Please sign in to comment.