Resolve change request part Tetra

This commit is contained in:
SweetSea-ButImNotSweet
2024-01-09 13:52:55 +07:00
parent 4928f1964c
commit 97b1abb5b5
4 changed files with 8 additions and 11 deletions

View File

@@ -515,13 +515,11 @@ do-- Mod data
{no=21,id="BN",name="boneBlock",
key="m",x=920,y=470,color='lB',
list={'on','off'},
funcInit =function(P,O) P.gameEnv.bone=O end,
funcRepeat=function(P,O)
P.gameEnv.bone=O
if O=='on' then
for _,bk in pairs(P.nextQueue) do bk.color=17 end
end
end,
funcInit =function(P,O) P.gameEnv.bone=O=='on' end,
funcOnce =function(P,O)
P.gameEnv.bone=O=='on'
P.gameEnv.__lock('bone')
end
},
}
for i=1,#MODOPT do