Commit 728462e3 authored by wind2009's avatar wind2009 Committed by GitHub

Fix 超雷龍-サンダー・ドラゴン (#2296)

parent 133301f2
...@@ -44,7 +44,7 @@ function c15291624.chainfilter(re,tp,cid) ...@@ -44,7 +44,7 @@ function c15291624.chainfilter(re,tp,cid)
end end
function c15291624.spfilter(c,fc,tp) function c15291624.spfilter(c,fc,tp)
return c:IsRace(RACE_THUNDER) and c:IsFusionType(TYPE_EFFECT) and not c:IsFusionType(TYPE_FUSION) return c:IsRace(RACE_THUNDER) and c:IsFusionType(TYPE_EFFECT) and not c:IsFusionType(TYPE_FUSION)
and c:IsReleasable() and Duel.GetLocationCountFromEx(tp,tp,c,fc)>0 and c:IsCanBeFusionMaterial(fc,SUMMON_TYPE_SPECIAL) and Duel.GetLocationCountFromEx(tp,tp,c,fc)>0 and c:IsCanBeFusionMaterial(fc,SUMMON_TYPE_SPECIAL)
end end
function c15291624.spcon(e,c) function c15291624.spcon(e,c)
if c==nil then return true end if c==nil then return true 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