equal
deleted
inserted
replaced
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 ) |