share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/desert03.lua
changeset 12538 952afc3d2df2
parent 12468 d652c6f5d5f1
child 12539 19192a3cb674
equal deleted inserted replaced
12537:66566cfe0a7e 12538:952afc3d2df2
   213 	saveBonus(1, 1)
   213 	saveBonus(1, 1)
   214 	SendStat(siGameResult, loc("Congratulations, you are the best!"))
   214 	SendStat(siGameResult, loc("Congratulations, you are the best!"))
   215 	SendStat(siCustomAchievement, loc("You have destroyed all the targets."))
   215 	SendStat(siCustomAchievement, loc("You have destroyed all the targets."))
   216 	SendStat(siCustomAchievement, loc("You are indeed the best PAotH pilot."))
   216 	SendStat(siCustomAchievement, loc("You are indeed the best PAotH pilot."))
   217 	SendStat(siCustomAchievement, loc("Next time you play \"Searching in the dust\" you'll have an RC plane available."))
   217 	SendStat(siCustomAchievement, loc("Next time you play \"Searching in the dust\" you'll have an RC plane available."))
   218 	SendStat(siPlayerKills,'1',teamA.name)
   218 	SendStat(siPlayerKills,'0',teamA.name)
   219 	SaveCampaignVar("Mission12Won", "true")
   219 	SaveCampaignVar("Mission12Won", "true")
   220 	checkAllMissionsCompleted()
   220 	checkAllMissionsCompleted()
   221 	EndGame()
   221 	EndGame()
   222 end
   222 end
   223 
   223