Commit 37b5c3cf authored by Vee4's avatar Vee4

Fix fusion materials

parent 3990c9cc
...@@ -25,7 +25,7 @@ function s.initial_effect(c) ...@@ -25,7 +25,7 @@ function s.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function s.ffilter(c,fc) function s.ffilter(c,fc)
return c:IsFusionSetCard(0xbf,0xc0) return c:IsFusionSetCard(0xbf,0x10c0)
end end
function s.valcheck(e,c) function s.valcheck(e,c)
local ct=c:GetMaterial():GetClassCount(Card.GetOriginalAttribute) local ct=c:GetMaterial():GetClassCount(Card.GetOriginalAttribute)
......
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