Commit 1104ec71 authored by 聖園ミカ's avatar 聖園ミカ 🐟

1+1=3

parent 1dd3feb7
......@@ -28,7 +28,7 @@ function cm.namefilter(c,code)
return c:IsFaceup() and not c:IsCode(code)
end
function cm.cfilter(c)
return c:IsFaceup() and c:IsSetCard(0xe5)
return c:IsFaceup() and c:IsRace(RACE_FAIRY)
and Duel.IsExistingMatchingCard(cm.namefilter,0,LOCATION_MZONE,LOCATION_MZONE,1,c,c:GetCode())
end
function cm.nametg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
......
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