修复master_g没开锁定特效报错

This commit is contained in:
MrZ_26
2022-02-15 17:25:02 +08:00
parent da1ec35a55
commit e66c5c41ee

View File

@@ -228,7 +228,7 @@ return{
BG.set('lightning')
elseif s>9 then
if cools>8 then
E.lockFX=E.lockFX>1 and 1 or E.lockFX
if E.lockFX and E.lockFX>1 then E.lockFX=1 end
P:setInvisible(5)
else
P:setInvisible(300)