调整一行hpc判定为“消除后最高行是垃圾行”,避免自定义场地的空气行争议
This commit is contained in:
@@ -1823,7 +1823,7 @@ do
|
|||||||
end
|
end
|
||||||
piece.pc=true
|
piece.pc=true
|
||||||
piece.special=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')
|
self:showText(text.HPC,0,-80,50,'fly')
|
||||||
atk=atk+4
|
atk=atk+4
|
||||||
exblock=exblock+2
|
exblock=exblock+2
|
||||||
|
|||||||
Reference in New Issue
Block a user