Commit 85629487 authored by wind2009's avatar wind2009

Merge branch 'patch-5' into 'master'

Fix fusion materials

See merge request !251
parents 7960fc9f 37b5c3cf
Pipeline #42148 canceled with stages
in 49 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