--- a/share/hedgewars/Data/Missions/Shotgun Training.hwt Mon Feb 15 21:54:26 2010 +0000
+++ b/share/hedgewars/Data/Missions/Shotgun Training.hwt Mon Feb 15 21:56:49 2010 +0000
@@ -101,7 +101,7 @@
-- If time's up, set the game to be lost.
-- We actually check the time to be "1 ms" as it
-- will be at "0 ms" right at the start of the game.
- if TurnTimeLeft == 1 then
+ if TurnTimeLeft == 1 and score < score_goal then
game_lost = true
-- ... and show a short message.
ShowMission("Shotgun Training", "Aiming Practice", "Oh no! Time's up! Just try again.", -amSkip, 0);