Commit b2dacbb3 authored by GuGu's avatar GuGu

Update TheElementTheory.lua 27行还是会偶发跳红的bug

parent ef34b1bf
Pipeline #22227 passed with stage
in 1 minute and 15 seconds
...@@ -23,8 +23,8 @@ if not TET.ELCounter then ...@@ -23,8 +23,8 @@ if not TET.ELCounter then
Duel.RegisterEffect(ze, tp) Duel.RegisterEffect(ze, tp)
local eg=class._e[tp] local eg=class._e[tp]
if eg then if eg then
local e = eg:GetLabelObject() --local e = eg:GetLabelObject()
if e then e:Reset() end --if e then e:Reset() end
eg:Reset() eg:Reset()
end end
--无 --无
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment