# HG changeset patch
# User Wuzzy <almikes@aol.com>
# Date 1479962510 -3600
# Node ID 3d03e9294633aef50386b2f72cb30ac353fd63bf
# Parent  5beaf30c1cef5765c9cd15857f53de89ff14cea1
Use yellow clock color in Space Invasion and Tumbler

diff -r 5beaf30c1cef -r 3d03e9294633 share/hedgewars/Data/Scripts/Multiplayer/Space_Invasion.lua
--- a/share/hedgewars/Data/Scripts/Multiplayer/Space_Invasion.lua	Thu Nov 24 05:35:21 2016 +0100
+++ b/share/hedgewars/Data/Scripts/Multiplayer/Space_Invasion.lua	Thu Nov 24 05:41:50 2016 +0100
@@ -530,7 +530,7 @@
 
 	if i == 0 then
 		yOffset = 40
-		tCol = 0xffba00ff
+		tCol = 0xffee00ff
 		tValue = TimeLeft
 	elseif i == 1 then
 		zoomL = 1.1
diff -r 5beaf30c1cef -r 3d03e9294633 share/hedgewars/Data/Scripts/Multiplayer/Tumbler.lua
--- a/share/hedgewars/Data/Scripts/Multiplayer/Tumbler.lua	Thu Nov 24 05:35:21 2016 +0100
+++ b/share/hedgewars/Data/Scripts/Multiplayer/Tumbler.lua	Thu Nov 24 05:41:50 2016 +0100
@@ -289,7 +289,7 @@
 
 	if i == 0 then
 		yOffset = 40
-		tCol = 0xffba00ff --0xffed09ff --0xffba00ff
+		tCol = 0xffee00ff
 		tValue = TimeLeft
 	elseif i == 1 then
 		zoomL = 1.1
@@ -386,7 +386,7 @@
 
 		if band(GetGearPos(gear), 0x4) ~= 0 then
 
-			AddCaption(string.format(loc("+%d seconds!"), bonusTime), 0xffba00ff, capgrpMessage2 )
+			AddCaption(string.format(loc("+%d seconds!"), bonusTime), 0xffee00ff, capgrpMessage2 )
 
 			TimeLeft = TimeLeft + bonusTime
 			DrawTag(0)