调整一行hpc判定为“消除后最高行是垃圾行”,避免自定义场地的空气行争议

This commit is contained in:
MrZ626
2021-12-21 23:18:49 +08:00
parent dfc724767b
commit 9bf0e9f28d

View File

@@ -1823,7 +1823,7 @@ do
end
piece.pc=true
piece.special=true
elseif cc>1 or #self.field==self.garbageBeneath then
elseif cc>1 or self.field[#self.field].garbage then
self:showText(text.HPC,0,-80,50,'fly')
atk=atk+4
exblock=exblock+2