Commit 8cb92567 authored by mercury233's avatar mercury233 Committed by GitHub

fix セフィラの神託

fusion materials from P zone
parent 96f15234
...@@ -52,7 +52,7 @@ function c32354768.initial_effect(c) ...@@ -52,7 +52,7 @@ function c32354768.initial_effect(c)
c:RegisterEffect(e6) c:RegisterEffect(e6)
end end
function c32354768.mtfilter(c) function c32354768.mtfilter(c)
return c:IsSetCard(0xc4) and c:IsType(TYPE_MONSTER) return c:IsSetCard(0xc4) and c:IsType(TYPE_MONSTER+TYPE_PENDULUM)
end end
function c32354768.valcheck(e,c) function c32354768.valcheck(e,c)
if c:GetMaterial():IsExists(c32354768.mtfilter,1,nil) then if c:GetMaterial():IsExists(c32354768.mtfilter,1,nil) then
......
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