share/hedgewars/Data/Missions/Training/Basic_Training_-_Grenade.lua
changeset 13354 f9a15dcd857c
parent 13290 a3b07219a091
child 13356 ced5dc3079a3
equal deleted inserted replaced
13353:3bf935c1e672 13354:f9a15dcd857c
   131 		loc("You can change the detonation timer of grenades.").."|"..
   131 		loc("You can change the detonation timer of grenades.").."|"..
   132 		loc("Grenades explode after 1 to 5 seconds (you decide).").."|"..
   132 		loc("Grenades explode after 1 to 5 seconds (you decide).").."|"..
   133 		loc("Set detonation timer: [1]-[5]"), 2, 15000)
   133 		loc("Set detonation timer: [1]-[5]"), 2, 15000)
   134 		spawnTargets()
   134 		spawnTargets()
   135 	elseif gamePhase == 3 then
   135 	elseif gamePhase == 3 then
   136 		ShowMission(loc("Basic Grenade Training"), loc("No Wind Influcence"), loc("Unlike bazookas, grenades are not influenced by wind.").."|"..
   136 		ShowMission(loc("Basic Grenade Training"), loc("No Wind Influence"), loc("Unlike bazookas, grenades are not influenced by wind.").."|"..
   137 		loc("Destroy the targets!"), 2, 6000)
   137 		loc("Destroy the targets!"), 2, 6000)
   138 		SetWind(50)
   138 		SetWind(50)
   139 		spawnTargets()
   139 		spawnTargets()
   140 	elseif gamePhase == 4 then
   140 	elseif gamePhase == 4 then
   141 		ShowMission(loc("Basic Grenade Training"), loc("Bounciness"),
   141 		ShowMission(loc("Basic Grenade Training"), loc("Bounciness"),