CC强过头了,再减速一下

This commit is contained in:
MrZ626
2020-10-12 22:36:24 +08:00
parent 652c8995fc
commit bb46f889f0
10 changed files with 19 additions and 19 deletions

View File

@@ -43,7 +43,7 @@ return{
if L[n]then
PLY.newAIPlayer(n,78*i-54,115*j-98,.09,AITemplate("9S",rnd(4,6)))
else
PLY.newAIPlayer(n,78*i-54,115*j-98,.09,AITemplate("CC",rnd(3,4),2,true,20000))
PLY.newAIPlayer(n,78*i-54,115*j-98,.09,AITemplate("CC",rnd(2,4),2,true,20000))
end
n=n+1
end end