挖掘模式胜利标识修改

This commit is contained in:
MrZ626
2020-10-09 17:55:06 +08:00
parent f3b47eb0f2
commit c506de8b5b
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
local function check_rise(P)
if P.stat.dig==10 then
P:win()
P:win("finish")
end
end