改正三个特殊40行条件写错

This commit is contained in:
MrZ626
2021-03-25 19:22:00 +08:00
parent 347729a26e
commit 1f115e6836
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ return{
drop=60,lock=60,
nextCount=0,holdCount=0,
sequence="rnd",
dropPiece=function(P)if P.stat.row>=100 then P:win("finish")end end,
dropPiece=function(P)if P.stat.row>=40 then P:win("finish")end end,
bg="aura",bgm="waterfall",
},
load=function()