Campaign:
authorsmaxx
Tue, 24 Aug 2010 01:19:17 +0200
changeset 3762 aef7d95dd159
parent 3761 f96b99f944e6
child 3763 2396a2731054
Campaign: * Fixed one of the tutorial's timers
share/hedgewars/Data/Missions/Campaign/01#Boot Camp.lua
--- a/share/hedgewars/Data/Missions/Campaign/01#Boot Camp.lua	Tue Aug 24 01:17:24 2010 +0200
+++ b/share/hedgewars/Data/Missions/Campaign/01#Boot Camp.lua	Tue Aug 24 01:19:17 2010 +0200
@@ -159,8 +159,8 @@
 			progress = 2
 			FollowGear(instructor)
 			HogSay(instructor, loc(drill[3]), SAY_SHOUT)
+			TurnTimeLeft = 10000
 		end
-		TurnTimeLeft = 10000
 	elseif progress == 2 then
 		local x, y = GetGearPosition(player);
 		if x > player_start_x then