share/hedgewars/Data/Missions/Scenario/User_Mission_-_Dangerous_Ducklings.lua
changeset 12404 78715ca14e08
parent 12344 877f55c77a3f
child 12586 7510fe66bfbb
equal deleted inserted replaced
12403:af0bcb032ed9 12404:78715ca14e08
   114 			if endTimer >= 3000 then
   114 			if endTimer >= 3000 then
   115 				--SetHealth(instructor,0)
   115 				--SetHealth(instructor,0)
   116 				TurnTimeLeft = 1
   116 				TurnTimeLeft = 1
   117 				DismissTeam(loc("Bloody Rookies"))
   117 				DismissTeam(loc("Bloody Rookies"))
   118 			end
   118 			end
   119 			ShowMission(loc("MISSION FAILED"), loc(":("), loc("You've failed. Try again."), -amRope, 5000);
   119 			ShowMission(loc("Dangerous Ducklings"), loc("MISSION FAILED"), loc("You've failed. Try again."), -amRope, 5000);
   120 		end
   120 		end
   121 	end
   121 	end
   122 
   122 
   123 end
   123 end
   124 
   124