share/hedgewars/Data/Missions/Challenge/User_Mission_-_RCPlane_Challenge.lua
changeset 12077 ce3860c82c8b
parent 12049 030464f34d47
child 12224 d62d6f8ebef1
equal deleted inserted replaced
12076:543bc82e1e28 12077:ce3860c82c8b
    39 function onGameStart()
    39 function onGameStart()
    40 
    40 
    41 	SendHealthStatsOff()
    41 	SendHealthStatsOff()
    42 
    42 
    43 	ShowMission     (
    43 	ShowMission     (
    44                                 loc("RC PLANE TRAINING"),
    44                                 loc("RC Plane Challenge"),
    45                                 loc("a Hedgewars challenge"),
    45                                 loc("Challenge"),
    46 
    46 
    47                                 loc("Collect or destroy all the health crates.") .. "|" ..
    47                                 loc("Collect or destroy all the health crates.") .. "|" ..
    48                                 loc("Compete to use as few planes as possible!") .. "|" ..
    48                                 loc("Compete to use as few planes as possible!") .. "|" ..
    49 								"", -amRCPlane, 4000
    49 								"", -amRCPlane, 4000
    50                                 )
    50                                 )