修复科研极简+模式不能消四

This commit is contained in:
MrZ626
2020-09-17 23:51:54 +08:00
parent 92f71c02b5
commit 147e4d9dc7

View File

@@ -2,7 +2,7 @@ local format=string.format
local int=math.floor
local function tech_check_hard(P)
if #P.clearedRow>0 then
if not(P.lastClear.spin or P.lastClear.pc)then
if not P.lastClear.special then
P:lose()
end
end