Commit 19d8c29d authored by mercury233's avatar mercury233

fix

parent 57d96e5e
......@@ -34,6 +34,7 @@ function c100236103.initial_effect(c)
e3:SetOperation(c100236103.spop2)
c:RegisterEffect(e3)
end
c100236103.card_code_list={38033121}
function c100236103.tfilter(c,tp)
return c:IsFaceup() and c:IsControler(tp) and c:IsLocation(LOCATION_MZONE) and c:IsRace(RACE_SPELLCASTER)
end
......
......@@ -12,6 +12,7 @@ function c100236109.initial_effect(c)
e1:SetOperation(c100236109.activate)
c:RegisterEffect(e1)
end
c100236109.card_code_list={46986414,38033121}
function c100236109.filter(c)
return c:IsCode(38033121) and (c:IsFaceup() or c:IsLocation(LOCATION_GRAVE))
end
......
......@@ -13,6 +13,7 @@ function c100236112.initial_effect(c)
e1:SetOperation(c100236112.activate)
c:RegisterEffect(e1)
end
c100236112.card_code_list={46986414,38033121}
function c100236112.cfilter(c)
return c:IsCode(46986414) and c:IsFaceup()
end
......
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