diff -r fad64b97947e -r aad1aea05f1e share/hedgewars/Data/Missions/Training/Basic_Training_-_Cluster_Bomb.lua --- a/share/hedgewars/Data/Missions/Training/Basic_Training_-_Cluster_Bomb.lua Fri Jun 01 12:42:44 2012 +0400 +++ b/share/hedgewars/Data/Missions/Training/Basic_Training_-_Cluster_Bomb.lua Sat Jun 02 16:25:13 2012 -0400 @@ -63,9 +63,9 @@ end -function onGameTick() +function onGameTick20() - if TurnTimeLeft == 1 and scored < 12 and game_lost == false then + if TurnTimeLeft < 40 and TurnTimeLeft > 0 and scored < 12 and game_lost == false then game_lost = true ShowMission(loc("Cluster Bomb Training"), loc("Aiming Practice"), loc("Oh no! Time's up! Just try again."), -amSkip, 0) SetHealth(player, 0) @@ -76,7 +76,7 @@ if end_timer == 0 then EndGame() else - end_timer = end_timer - 1 + end_timer = end_timer - 20 TurnTimeLeft = time_goal end end @@ -87,8 +87,8 @@ ParseCommand("setweap " .. string.char(amClusterBomb)) end -function onGearAdd(gear) -end +--function onGearAdd(gear) +--end function onGearDamage(gear, damage) @@ -120,4 +120,4 @@ end function onGearDelete(gear) -end \ No newline at end of file +end