挖掘模式胜利标识修改

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

@@ -3,7 +3,7 @@ local function check_rise(P)
P:garbageRise(13,1,P:RND(10))
end
if P.stat.dig==40 then
P:win()
P:win("finish")
end
end