share/hedgewars/Data/Missions/Challenge/Basic_Training_-_Sniper_Rifle.lua
changeset 13745 2bb7141496a9
parent 13648 690cc84e9fd6
child 14406 6c21bd8547dd
equal deleted inserted replaced
13744:b3b55b03d499 13745:2bb7141496a9
   192 			generateStats()
   192 			generateStats()
   193 			EndGame()
   193 			EndGame()
   194 		else
   194 		else
   195 			-- ... or just lower the timer by 1.
   195 			-- ... or just lower the timer by 1.
   196 			-- Reset the time left to stop the timer
   196 			-- Reset the time left to stop the timer
   197 			TurnTimeLeft = time_goal
   197 			SetTurnTimeLeft(time_goal)
   198 		end
   198 		end
   199         end_timer = end_timer - 20
   199         end_timer = end_timer - 20
   200 	end
   200 	end
   201 end
   201 end
   202 
   202