修复无尽挖掘开局垃圾行可能会在同一列

This commit is contained in:
MrZ626
2021-11-03 13:21:51 +08:00
parent ac0ba90438
commit 66f9ac2791

View File

@@ -47,7 +47,7 @@ return{
PLY.newPlayer(1)
local P1=PLAYERS[1]
for _=1,8 do
P1:garbageRise(13,1,generateLine(P1.holeRND:random(10)))
P1:garbageRise(13,1,P1:getHolePos())
end
P1.fieldBeneath=0
end,