Commit f981cdd9 authored by mercury233's avatar mercury233 Committed by GitHub

fix WW-クリスタル・ベル

parent f4c7f800
......@@ -26,8 +26,11 @@ function c25793414.initial_effect(c)
c:RegisterEffect(e2)
end
c25793414.material_type=TYPE_SYNCHRO
function c25793414.sfcfilter(c,fc)
return (c:IsFusionCode(14577226) or c:CheckFusionSubstitute(fc)) and c:IsFusionType(TYPE_SYNCHRO)
end
function c25793414.synchro_fusion_check(tp,sg,fc)
return aux.gffcheck(sg,Card.IsFusionCode,14577226,Card.IsFusionSetCard,0xf0)
return aux.gffcheck(sg,c25793414.sfcfilter,fc,Card.IsFusionSetCard,0xf0)
end
function c25793414.cptg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_GRAVE) and chkc:IsType(TYPE_MONSTER) 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