v0.11.1:小Z更新

This commit is contained in:
MrZ626
2020-10-01 22:04:24 +08:00
parent 0e2698792b
commit 71fec8b497
179 changed files with 1894 additions and 915 deletions

View File

@@ -1,12 +1,10 @@
local function check_tsd(P)
if #P.clearedRow>0 then
if P.lastClear.id~=5 or P.lastClear.row~=2 then
P:lose()
else
local C=P.lastClear
if C.id==5 and C.row==2 and C.spin then
P.modeData.event=P.modeData.event+1
if P.modeData.event==20 then
P:win("finish")
end
else
P:lose()
end
end
end