Applied Frenchie's Wash Patch.
[progcomp10.git] / src / arenas / CSampleAgents.py
index a49d6df..3ec8edb 100644 (file)
@@ -5,7 +5,7 @@ Written by Daniel Axtens <[email protected]> for the UCC Programming Competition in
 Licensed under an MIT-style license: see the LICENSE file for details.
 '''
 
-from link.C.c_agents import c_angel, c_lucifer, c_streetfighter, c_frenchie
+from link.C.c_agents import c_angel, c_lucifer, c_streetfighter, c_wash
 
 class arena:
-       Agents =  [c_angel,c_lucifer,c_streetfighter,c_frenchie]
+       Agents =  [c_angel,c_lucifer,c_streetfighter,c_wash]

UCC git Repository :: git.ucc.asn.au