share/hedgewars/Data/Missions/Campaign/01#Boot Camp.lua
changeset 3762 aef7d95dd159
parent 3761 f96b99f944e6
child 4051 295cea095302
equal deleted inserted replaced
3761:f96b99f944e6 3762:aef7d95dd159
   157 		local x, y = GetGearPosition(player);
   157 		local x, y = GetGearPosition(player);
   158 		if x < player_start_x - 50 then
   158 		if x < player_start_x - 50 then
   159 			progress = 2
   159 			progress = 2
   160 			FollowGear(instructor)
   160 			FollowGear(instructor)
   161 			HogSay(instructor, loc(drill[3]), SAY_SHOUT)
   161 			HogSay(instructor, loc(drill[3]), SAY_SHOUT)
       
   162 			TurnTimeLeft = 10000
   162 		end
   163 		end
   163 		TurnTimeLeft = 10000
       
   164 	elseif progress == 2 then
   164 	elseif progress == 2 then
   165 		local x, y = GetGearPosition(player);
   165 		local x, y = GetGearPosition(player);
   166 		if x > player_start_x then
   166 		if x > player_start_x then
   167 			progress = 3
   167 			progress = 3
   168 			FollowGear(instructor)
   168 			FollowGear(instructor)