share/hedgewars/Data/Missions/Training/Basic_Training_-_Grenade.lua
changeset 13356 ced5dc3079a3
parent 13354 f9a15dcd857c
child 13503 c5d7376fa58a
equal deleted inserted replaced
13355:377d25d47ca9 13356:ced5dc3079a3
   122 		ShowMission(loc("Basic Grenade Training"), loc("Warming Up"),
   122 		ShowMission(loc("Basic Grenade Training"), loc("Warming Up"),
   123 		loc("Throw a grenade to destroy the target!").."|"..
   123 		loc("Throw a grenade to destroy the target!").."|"..
   124 		loc("Hold the Attack key pressed for more power.").."|"..
   124 		loc("Hold the Attack key pressed for more power.").."|"..
   125 		loc("Attack: [Space]").."|"..
   125 		loc("Attack: [Space]").."|"..
   126 		loc("Aim: [Up]/[Down]").."|"..
   126 		loc("Aim: [Up]/[Down]").."|"..
   127 		loc("Change direction: [Left]/[Right]"), 2, 20000)
   127 		loc("Change direction: [Left]/[Right]").."|"..
       
   128 		loc("Note: Walking is disabled in this mission."), 2, 20000)
   128 		spawnTargets()
   129 		spawnTargets()
   129 	elseif gamePhase == 2 then
   130 	elseif gamePhase == 2 then
   130 		ShowMission(loc("Basic Grenade Training"), loc("Timer"),
   131 		ShowMission(loc("Basic Grenade Training"), loc("Timer"),
   131 		loc("You can change the detonation timer of grenades.").."|"..
   132 		loc("You can change the detonation timer of grenades.").."|"..
   132 		loc("Grenades explode after 1 to 5 seconds (you decide).").."|"..
   133 		loc("Grenades explode after 1 to 5 seconds (you decide).").."|"..