share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/desert02.lua
branchspacecampaign
changeset 9574 da3d39667881
parent 9490 b93448b75fa4
child 9582 bf314b2258b3
--- a/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/desert02.lua	Sat Aug 24 04:14:33 2013 +0300
+++ b/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/desert02.lua	Sat Aug 24 06:36:02 2013 +0300
@@ -8,8 +8,7 @@
 
 ----------------- VARIABLES --------------------
 -- globals
-local campaignName = loc("A Space Adventure")
-local missionName = loc("Desert planet, Journey down below!")
+local missionName = loc("Running for survival")
 local startChallenge = false
 -- dialogs
 local dialog01 = {}
@@ -26,7 +25,7 @@
 -- teams
 local teamA = {}
 -- hedgehogs values
-hero.name = "Hog Solo"
+hero.name = loc("Hog Solo")
 hero.x = 1600
 hero.y = 1950
 hero.dead = false
@@ -146,7 +145,7 @@
 end
 
 function heroSafe(gear)
-	SendStat('siGameResult', loc("Congratulations, you escaped!")) --1
+	SendStat('siGameResult', loc("Congratulations, you won!")) --1
 	SendStat('siCustomAchievement', loc("You have escaped successfully")) --11
 	SendStat('siCustomAchievement', loc("Your escape took you "..TotalRounds.." turns")) --11
 	SendStat('siPlayerKills','1',teamA.name)