Commit 7603960f authored by wind2009's avatar wind2009

Fix ティマイオスの眼光

parent 6dff2857
Pipeline #36095 failed with stages
in 1 minute and 8 seconds
...@@ -50,6 +50,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -50,6 +50,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
sc:CompleteProcedure() sc:CompleteProcedure()
local e1=Effect.CreateEffect(e:GetHandler()) local e1=Effect.CreateEffect(e:GetHandler())
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e1:SetProperty(EFFECT_FLAG_IGNORE_IMMUNE)
e1:SetCode(EVENT_PHASE+PHASE_END) e1:SetCode(EVENT_PHASE+PHASE_END)
e1:SetCountLimit(1) e1:SetCountLimit(1)
e1:SetLabelObject(sc) e1:SetLabelObject(sc)
......
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