修复挖掘100行放一块就死

This commit is contained in:
MrZ626
2021-09-29 00:05:37 +08:00
parent 733919e1df
commit 17eedeaf38

View File

@@ -4,7 +4,7 @@ return{
mStr(100-P.stat.dig,63,265)
end,
dropPiece=function(P)
for _=1,math.min(100,100-P.stat.dig)-P.garbageBeneath do
for _=1,math.min(10,100-P.stat.dig)-P.garbageBeneath do
P:garbageRise(21,1,P:getHolePos())
end
if P.stat.dig==100 then