Commit 9b8e025e authored by mercury233's avatar mercury233

fix

parent 7e380d12
...@@ -10,7 +10,6 @@ function c14365823.initial_effect(c) ...@@ -10,7 +10,6 @@ function c14365823.initial_effect(c)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET+EFFECT_FLAG_DELAY) e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET+EFFECT_FLAG_DELAY)
e1:SetCode(EVENT_SPSUMMON_SUCCESS) e1:SetCode(EVENT_SPSUMMON_SUCCESS)
e1:SetCountLimit(1,14365823)
e1:SetTarget(c14365823.damtg) e1:SetTarget(c14365823.damtg)
e1:SetOperation(c14365823.damop) e1:SetOperation(c14365823.damop)
c:RegisterEffect(e1) c:RegisterEffect(e1)
......
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