hedgewars/uFLGameConfig.pas
branchqmlfrontend
changeset 11424 86c13e5662f1
parent 10951 89a7f617e091
child 11431 80a9b14bb8d3
--- a/hedgewars/uFLGameConfig.pas	Sat Nov 21 17:07:06 2015 +0300
+++ b/hedgewars/uFLGameConfig.pas	Sat Nov 21 23:56:41 2015 +0300
@@ -160,7 +160,7 @@
         teams[0].color:= 0;
         teams[1]:= createRandomTeam;
         teams[1].color:= 1;
-        teams[1].botLevel:= 1;
+        teams[1].botLevel:= 3;
 
         queueExecution;
     end;