垃圾行尽量不出在同一列(之前搞反了变成尽量同一列了)

This commit is contained in:
MrZ626
2020-11-02 14:19:56 +08:00
parent 513490090d
commit 54c5e469c4

View File

@@ -1597,7 +1597,7 @@ function player.getHolePos(P)
return P:RND(10)
else
local p=P:RND(10)
if P.field[1][p]>0 then
if P.field[1][p]<=0 then
return P:RND(10)
end
return p