断b2b即死条件改为b2b点数掉到50以下,补充遗漏文本

This commit is contained in:
MrZ626
2020-11-21 15:52:03 +08:00
parent 7e9f56a770
commit c38fd92029
6 changed files with 6 additions and 1 deletions

View File

@@ -1091,7 +1091,7 @@ do--Player.drop(P)--Place piece
--Normal clear, reduce B2B point
if not piece.special then
P.b2b=max(P.b2b-250,0)
if ENV.b2bKill then
if P.b2b<50 and ENV.b2bKill then
lose=true
end
P:showText(text.clear[cc],0,-30,35,"appear",(8-cc)*.3)