模式文件中改用玩家的随机而非系统随机,便于正确回放

This commit is contained in:
MrZ_26
2020-08-09 02:02:43 +08:00
parent 10c3157ad1
commit d4cd90cfea
18 changed files with 70 additions and 72 deletions

View File

@@ -1,4 +1,4 @@
local rnd,min,rem=math.random,math.min,table.remove
local min,rem=math.min,table.remove
return{
color=color.red,
env={
@@ -88,7 +88,7 @@ return{
::END::
freeRow.discard(height)
P:getNext(res[rnd(#res)])
P:getNext(res[P:RND(#res)])
end
end,
target=100,dropPiece=PLY.reach_winCheck,