equal
deleted
inserted
replaced
211 2, 12000) |
211 2, 12000) |
212 SetWind(75) |
212 SetWind(75) |
213 spawnTargets() |
213 spawnTargets() |
214 elseif gamePhase == 7 then |
214 elseif gamePhase == 7 then |
215 SaveMissionVar("Won", "true") |
215 SaveMissionVar("Won", "true") |
216 ShowMission(loc("Basic Bazooka Training"), loc("Training complete!"), loc("Congratulations!"), 0, 0) |
216 ShowMission(loc("Basic Bazooka Training"), loc("Training complete!"), loc("Congratulations!"), 4, 0) |
217 SetInputMask(0) |
217 SetInputMask(0) |
218 AddAmmo(CurrentHedgehog, amBazooka, 0) |
218 AddAmmo(CurrentHedgehog, amBazooka, 0) |
219 if shotsFired > maxTargets then |
219 if shotsFired > maxTargets then |
220 flawless = false |
220 flawless = false |
221 else |
221 else |