玩家lastClear属性升级为lastPiece,自定义模式花样更多了
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
local format=string.format
|
||||
local int=math.floor
|
||||
local function tech_check_hard(P)
|
||||
if #P.clearedRow>0 then
|
||||
if not P.lastClear.special then
|
||||
local C=P.lastPiece
|
||||
if C.row>0 then
|
||||
if not C.special then
|
||||
P:lose()
|
||||
return
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user