Commit 37b5c3cf authored by Vee4's avatar Vee4

Fix fusion materials

parent 3990c9cc
Pipeline #42142 failed with stages
in 2 minutes and 54 seconds
......@@ -25,7 +25,7 @@ function s.initial_effect(c)
c:RegisterEffect(e2)
end
function s.ffilter(c,fc)
return c:IsFusionSetCard(0xbf,0xc0)
return c:IsFusionSetCard(0xbf,0x10c0)
end
function s.valcheck(e,c)
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