挖掘模式胜利标识修改
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
local function check_rise(P)
|
local function check_rise(P)
|
||||||
if P.stat.dig==10 then
|
if P.stat.dig==10 then
|
||||||
P:win()
|
P:win("finish")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ local function check_rise(P)
|
|||||||
P:garbageRise(13,1,P:RND(10))
|
P:garbageRise(13,1,P:RND(10))
|
||||||
end
|
end
|
||||||
if P.stat.dig==100 then
|
if P.stat.dig==100 then
|
||||||
P:win()
|
P:win("finish")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ local function check_rise(P)
|
|||||||
P:garbageRise(13,1,P:RND(10))
|
P:garbageRise(13,1,P:RND(10))
|
||||||
end
|
end
|
||||||
if P.stat.dig==40 then
|
if P.stat.dig==40 then
|
||||||
P:win()
|
P:win("finish")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ local function check_rise(P)
|
|||||||
P:garbageRise(13,1,P:RND(10))
|
P:garbageRise(13,1,P:RND(10))
|
||||||
end
|
end
|
||||||
if P.stat.dig==400 then
|
if P.stat.dig==400 then
|
||||||
P:win()
|
P:win("finish")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user