Commit 870cbf94 authored by mercury233's avatar mercury233

fix

parent 58f342aa
...@@ -14,6 +14,7 @@ function c100236009.initial_effect(c) ...@@ -14,6 +14,7 @@ function c100236009.initial_effect(c)
e1:SetOperation(c100236009.activate) e1:SetOperation(c100236009.activate)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
c100236009.card_code_list={89943723}
function c100236009.cfilter(c) function c100236009.cfilter(c)
return c:IsFaceup() and c:IsType(TYPE_FUSION) and aux.IsMaterialListCode(c,89943723) return c:IsFaceup() and c:IsType(TYPE_FUSION) and aux.IsMaterialListCode(c,89943723)
end 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