From 3b00cfd1bc4d94fa2c4aed952c39e9292b76dc1a Mon Sep 17 00:00:00 2001 From: NathanKell Date: Mon, 27 Jul 2015 04:04:30 -0400 Subject: [PATCH] Fix typos --- GameData/RP-0/Contracts/X-Planes/CrewedSupersonic.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/GameData/RP-0/Contracts/X-Planes/CrewedSupersonic.cfg b/GameData/RP-0/Contracts/X-Planes/CrewedSupersonic.cfg index f1e26d1f0a9..16ab29a3f42 100644 --- a/GameData/RP-0/Contracts/X-Planes/CrewedSupersonic.cfg +++ b/GameData/RP-0/Contracts/X-Planes/CrewedSupersonic.cfg @@ -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! @@ -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 @@ -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 { @@ -52,7 +52,7 @@ CONTRACT_TYPE } PARAMETER { - name = ReachSpeed + name = HoldSituation type = ReachState minSpeed = 341 + Random(0, 341) maxSpeed = @minSpeed + 200