行的种类加上标签,为加入炸弹垃圾行做准备

This commit is contained in:
MrZ626
2020-10-27 23:50:47 +08:00
parent 2829df6e52
commit 78154eca10
3 changed files with 12 additions and 10 deletions

View File

@@ -41,7 +41,7 @@ return{
for _,P in next,PLAYERS.alive do
local t=P.showTime*3
for y=1,FIELD.h do
P.field[y]=freeRow.get(0)
P.field[y]=freeRow.get(0,0)
P.visTime[y]=freeRow.get(t)
for x=1,10 do P.field[y][x]=FIELD[y][x]end
end