Commit 13a4af88 authored by mercury233's avatar mercury233

fix

parent cc048061
...@@ -34,7 +34,7 @@ function c100422001.initial_effect(c) ...@@ -34,7 +34,7 @@ function c100422001.initial_effect(c)
e3:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_F) e3:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_F)
e3:SetCode(EVENT_PHASE+PHASE_END) e3:SetCode(EVENT_PHASE+PHASE_END)
e3:SetRange(LOCATION_GRAVE) e3:SetRange(LOCATION_GRAVE)
e3:SetCountLimit(1) e3:SetCountLimit(1,100422001+100)
e3:SetCondition(c100422001.spcon2) e3:SetCondition(c100422001.spcon2)
e3:SetTarget(c100422001.sptg2) e3:SetTarget(c100422001.sptg2)
e3:SetOperation(c100422001.spop2) e3:SetOperation(c100422001.spop2)
......
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