修复无尽挖掘开局垃圾行可能会在同一列
This commit is contained in:
@@ -47,7 +47,7 @@ return{
|
|||||||
PLY.newPlayer(1)
|
PLY.newPlayer(1)
|
||||||
local P1=PLAYERS[1]
|
local P1=PLAYERS[1]
|
||||||
for _=1,8 do
|
for _=1,8 do
|
||||||
P1:garbageRise(13,1,generateLine(P1.holeRND:random(10)))
|
P1:garbageRise(13,1,P1:getHolePos())
|
||||||
end
|
end
|
||||||
P1.fieldBeneath=0
|
P1.fieldBeneath=0
|
||||||
end,
|
end,
|
||||||
|
|||||||
Reference in New Issue
Block a user