share/hedgewars/Data/Missions/Shotgun Training.hwt
changeset 2815 c1daf1213cbe
parent 2814 71e80c6e74bb
child 2816 30fc14a79aa0
--- 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);