diff -r 278cff2a965f -r da3d39667881 share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/ice02.lua --- a/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/ice02.lua Sat Aug 24 04:14:33 2013 +0300 +++ b/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/ice02.lua Sat Aug 24 06:36:02 2013 +0300 @@ -8,8 +8,7 @@ ----------------- VARIABLES -------------------- -- globals -local campaignName = loc("A Space Adventure") -local missionName = loc("Ice planet, A Saucer Race!") +local missionName = loc("Hard flying") local challengeStarted = false local currentWaypoint = 1 local radius = 75 @@ -29,11 +28,11 @@ local teamA = {} local teamB = {} -- hedgehogs values -hero.name = "Hog Solo" +hero.name = loc("Hog Solo") hero.x = 750 hero.y = 130 hero.dead = false -ally.name = "Paul McHoggy" +ally.name = loc("Paul McHoggy") ally.x = 860 ally.y = 130 teamA.name = loc("Hog Solo") @@ -242,7 +241,6 @@ SendStat('siCustomAchievement', loc("You'll get extra time in case you need it when you pass a ring")) --11 SendStat('siCustomAchievement', loc("Every 2 rings you'll get extra flying saucers")) --11 SendStat('siCustomAchievement', loc("Use space button twice to change flying saucer while being on air")) --11 - SendStat('siCustomAchievement', loc("Pause the game to have a look where is the next ring")) --11 SendStat('siPlayerKills','0',teamA.name) EndGame() end