Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Jul 27, 2015
1 parent 6ee20a5 commit 3b00cfd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions GameData/RP-0/Contracts/X-Planes/CrewedSupersonic.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ CONTRACT_TYPE

title = Crewed Supersonic Flight

description = Design, build and fly a crewed aircraft (not a rocket) to maintain @VesselGroup/ReachSpeed/minSpeed meters per second for @VesselGroup/Duration/duration minutes, then return home safely.
description = Design, build and fly a crewed aircraft (not a rocket) to maintain @VesselGroup/HoldSituation/minSpeed meters per second for @VesselGroup/HoldSituation/Duration/duration minutes, then return home safely.

synopsis = Fly a crewed aircraft to maintain @VesselGroup/ReachSpeed/minSpeed m/s for @VesselGroup/Duration/duration minutes.
synopsis = Fly a crewed aircraft to maintain @VesselGroup/HoldSituation/minSpeed m/s for @VesselGroup/HoldSituation/Duration/duration minutes.

completedMessage = Congratulations on a successful flight!

Expand All @@ -26,7 +26,7 @@ CONTRACT_TYPE

// reward block
// 841 to 1141
advanceFunds = 500.0 + @VesselGroup/ReachSpeed/minSpeed
advanceFunds = 500.0 + @VesselGroup/HoldSituation/minSpeed
rewardFunds = @advanceFunds + 500.0
failureFunds = @advanceFunds * 1.5

Expand All @@ -42,7 +42,7 @@ CONTRACT_TYPE
{
name = VesselGroup
type = VesselParameterGroup
title = Maintain between @ReachSpeed/minSpeed m/s and @ReachSpeed/maxSpeed between @ReachAlt/minAltitude and @ReachAlt/maxAltitude with a crewed aircraft.
title = Maintain between @HoldSituation/minSpeed m/s and @HoldSituation/maxSpeed between @HoldSituation/minAltitude and @HoldSituation/maxAltitude with a crewed aircraft.
define = supersonicCraft
PARAMETER
{
Expand All @@ -52,7 +52,7 @@ CONTRACT_TYPE
}
PARAMETER
{
name = ReachSpeed
name = HoldSituation
type = ReachState
minSpeed = 341 + Random(0, 341)
maxSpeed = @minSpeed + 200
Expand Down

0 comments on commit 3b00cfd

Please sign in to comment.