diff --git a/modes/solo_4.lua b/modes/solo_4.lua index ffb9da87..fa073818 100644 --- a/modes/solo_4.lua +++ b/modes/solo_4.lua @@ -9,7 +9,7 @@ return{ pauseLimit=true, load=function() PLY.newPlayer(1,340,15) - PLY.newAIPlayer(2,965,360,.5,AITemplate("CC",9,2,true,26000)) + PLY.newAIPlayer(2,965,360,.5,AITemplate("CC",7,2,true,26000)) end, score=function(P)return{P.stat.time}end, scoreDisp=function(D)return toTime(D[1])end, diff --git a/modes/solo_5.lua b/modes/solo_5.lua index a8486ab9..22d0d794 100644 --- a/modes/solo_5.lua +++ b/modes/solo_5.lua @@ -9,7 +9,7 @@ return{ pauseLimit=true, load=function() PLY.newPlayer(1,340,15) - PLY.newAIPlayer(2,965,360,.5,AITemplate("CC",10,3,true,50000)) + PLY.newAIPlayer(2,965,360,.5,AITemplate("CC",9,3,true,50000)) end, score=function(P)return{P.stat.time}end, scoreDisp=function(D)return toTime(D[1])end,