From ffbfa525d4c64f046487f6bb8d17d55ec870b397 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Thu, 3 Sep 2020 01:21:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=95=A5=E5=BE=AE=E9=99=8D=E4=BD=8E=E5=8D=95?= =?UTF-8?q?=E6=8C=91CC=E7=9A=84=E9=9A=BE=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modes/solo_4.lua | 2 +- modes/solo_5.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,