share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/fruit01.lua
changeset 12901 bdf8e80a97b8
parent 12624 705dde538519
child 12933 e65aa3c3d4e6
equal deleted inserted replaced
12900:a9e4e8fa852c 12901:bdf8e80a97b8
   487 		SendStat(siCustomAchievement, loc("Try to keep as many allies alive as possible."))
   487 		SendStat(siCustomAchievement, loc("Try to keep as many allies alive as possible."))
   488 	else
   488 	else
   489 		SendStat(siGameResult, loc("Hog Solo couldn't escape, try again!"))
   489 		SendStat(siGameResult, loc("Hog Solo couldn't escape, try again!"))
   490 		SendStat(siCustomAchievement, loc("You have to get to the left-most land and remove any enemy hog from there."))
   490 		SendStat(siCustomAchievement, loc("You have to get to the left-most land and remove any enemy hog from there."))
   491 		SendStat(siCustomAchievement, loc("You will play every 3 turns."))
   491 		SendStat(siCustomAchievement, loc("You will play every 3 turns."))
   492 		SendStat(siCustomAchievement, loc("Green hogs won't intentionally hurt you."))
       
   493 	end
   492 	end
   494 	sendSimpleTeamRankings({teamC.name, teamA.name, teamD.name, teamB.name})
   493 	sendSimpleTeamRankings({teamC.name, teamA.name, teamD.name, teamB.name})
   495 	EndGame()
   494 	EndGame()
   496 end
   495 end
   497 
   496