0.8.13
This commit is contained in:
@@ -38,6 +38,7 @@ return{
|
||||
next=1,hold=false,
|
||||
sequence="rnd",
|
||||
freshLimit=0,
|
||||
face={0,0,2,2,2,0,0},
|
||||
target=10,dropPiece=check_LVup,
|
||||
bg="rgb",bgm="rockblock",
|
||||
},
|
||||
|
||||
@@ -7,7 +7,7 @@ local function puzzleCheck(P)
|
||||
local a,b=preField[y][x],L and L[x]or 0
|
||||
if a~=0 then
|
||||
if a==-1 then if b>0 then return end
|
||||
elseif a<8 then if a~=b then return end
|
||||
elseif a<12 then if a~=b then return end
|
||||
elseif a>7 then if b==0 then return end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -52,6 +52,6 @@ return{
|
||||
W>=80 and 3 or
|
||||
W>=50 and 2 or
|
||||
W>=20 and 1 or
|
||||
L>=5 and 0
|
||||
P.stat.row>=5 and 0
|
||||
end,
|
||||
}
|
||||
@@ -51,6 +51,6 @@ return{
|
||||
W>=80 and 3 or
|
||||
W>=50 and 2 or
|
||||
W>=20 and 1 or
|
||||
L>=5 and 0
|
||||
P.stat.row>=5 and 0
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user