Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: KSP-RO/RP-1
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c7f167b1e13a
Choose a base ref
...
head repository: KSP-RO/RP-1
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bdf0a992171b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 10, 2017

  1. Setting Sounding Low's limit

    Lowering Sounding Low's limit to having reached Karman before
    ppboyle authored Aug 10, 2017
    Copy the full SHA
    1f03f51 View commit details

Commits on Aug 11, 2017

  1. Merge pull request #746 from ppboyle/Developmental

    Setting Sounding Low's limit
    NathanKell authored Aug 11, 2017
    Copy the full SHA
    bdf0a99 View commit details
Showing with 3 additions and 5 deletions.
  1. +3 −5 GameData/RP-0/Contracts/Sounding Rockets/SoundingLow.cfg
8 changes: 3 additions & 5 deletions GameData/RP-0/Contracts/Sounding Rockets/SoundingLow.cfg
Original file line number Diff line number Diff line change
@@ -59,13 +59,11 @@ CONTRACT_TYPE
}
REQUIREMENT
{
name = NotAltitudeRecord130k
name = NotAltitudeRecord100k
type = AltitudeRecord
// 130000 is what we mean, but it doesn't work
//because AltitudeRecord doesn't track beyond the space boundry.
minAltitude = 129999
minAltitude = 99999
invertRequirement = true
title = Have not reached 130 km yet
title = Have not reached 100 km yet
}
}
PARAMETER