修复禁断连c4wtrain的成绩为随机(我傻逼)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
local min=math.random,math.min
|
local min=math.min
|
||||||
local function check_c4w(P)
|
local function check_c4w(P)
|
||||||
for i=1,#P.clearedRow do
|
for i=1,#P.clearedRow do
|
||||||
P.field[#P.field+1]=freeRow.get(13)
|
P.field[#P.field+1]=freeRow.get(13)
|
||||||
@@ -59,7 +59,7 @@ return{
|
|||||||
if L==100 then
|
if L==100 then
|
||||||
local T=P.stat.time
|
local T=P.stat.time
|
||||||
return
|
return
|
||||||
T<=36 and 5 or
|
T<=40 and 5 or
|
||||||
T<=60 and 4 or
|
T<=60 and 4 or
|
||||||
3
|
3
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user