Commit 41c191c1 authored by mercury233's avatar mercury233 Committed by GitHub

fix 超越融合

parent dde68749
...@@ -99,7 +99,8 @@ function c76647978.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -99,7 +99,8 @@ function c76647978.activate(e,tp,eg,ep,ev,re,r,rp)
end end
tc:RegisterFlagEffect(76647978,RESET_EVENT+RESETS_STANDARD,0,1) tc:RegisterFlagEffect(76647978,RESET_EVENT+RESETS_STANDARD,0,1)
tc:CompleteProcedure() tc:CompleteProcedure()
e:GetLabelObject():SetLabelObject(tc) local e1=e:GetLabelObject()
if e1 then e1:SetLabelObject(tc) end
end end
Auxiliary.FCheckAdditional=nil Auxiliary.FCheckAdditional=nil
Auxiliary.GCheckAdditional=nil Auxiliary.GCheckAdditional=nil
......
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