From 50abbcff68b86e01cb4117570e3d115f58d7b593 Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Thu, 28 Aug 2008 11:21:10 +0100 Subject: [PATCH] Make the previous winner, TunnelMaker, gold. --- players/TunnelMakerPlayer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/players/TunnelMakerPlayer.py b/players/TunnelMakerPlayer.py index 30d6763..1063dd7 100755 --- a/players/TunnelMakerPlayer.py +++ b/players/TunnelMakerPlayer.py @@ -18,7 +18,7 @@ class TunnelMakerPlayer( object ): def GetColour( self ): """Return the colour this light cycle should be displayed on screen.""" - return ( 255, 255, 255 ) + return ( 218, 165, 32 ) def GetName(): """Return the name of this player as it should be displayed.""" -- 2.11.4.GIT