挖掘模式新生成的垃圾行颜色错误

This commit is contained in:
MrZ626
2020-11-05 00:48:37 +08:00
parent 8d9d474110
commit f0c084a255
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
local function check_rise(P)
for _=1,math.min(8,100-P.stat.dig)-P.garbageBeneath do
P:garbageRise(13,1,P:getHolePos())
P:garbageRise(21,1,P:getHolePos())
end
if P.stat.dig==100 then
P:win("finish")

View File

@@ -1,6 +1,6 @@
local function check_rise(P)
for _=1,math.min(8,40-P.stat.dig)-P.garbageBeneath do
P:garbageRise(13,1,P:getHolePos())
P:garbageRise(21,1,P:getHolePos())
end
if P.stat.dig==40 then
P:win("finish")

View File

@@ -1,6 +1,6 @@
local function check_rise(P)
for _=1,math.min(8,400-P.stat.dig)-P.garbageBeneath do
P:garbageRise(13,1,P:getHolePos())
P:garbageRise(21,1,P:getHolePos())
end
if P.stat.dig==400 then
P:win("finish")