X-Git-Url: https://git.ucc.asn.au/?p=progcomp10.git;a=blobdiff_plain;f=src%2Fsimulate.py;fp=src%2Fsimulate.py;h=1a38656415b1a2d60b6999d98408deddfc9dc029;hp=e3f5eb5818666f115925811932a7f3dde25b615c;hb=edf8e5b569e75692d61a44f2c3241fb6410e4fbd;hpb=35ff18a5beda685e59ca898026570d67b7ead333 diff --git a/src/simulate.py b/src/simulate.py index e3f5eb5..1a38656 100755 --- a/src/simulate.py +++ b/src/simulate.py @@ -9,7 +9,7 @@ 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 SampleAgents import Angel, Lucifer, Dummy, Frenchie, Streetfighter -Agents = [Lucifer, c_frenchie, c_streetfighter, c_angel] +Agents = [c_angel,c_lucifer,c_streetfighter,c_frenchie] #################################### # Developers only past this point! #