Commit c1e96cde authored by nekrozar's avatar nekrozar

fix

parent 7f78e077
...@@ -6,6 +6,7 @@ function c16051717.initial_effect(c) ...@@ -6,6 +6,7 @@ function c16051717.initial_effect(c)
--add type --add type
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
e1:SetCode(EVENT_SPSUMMON_SUCCESS) e1:SetCode(EVENT_SPSUMMON_SUCCESS)
e1:SetCondition(c16051717.tncon) e1:SetCondition(c16051717.tncon)
e1:SetOperation(c16051717.tnop) e1:SetOperation(c16051717.tnop)
......
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