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

fix BF-大旆のヴァーユ

parent d2b3df86
...@@ -25,7 +25,7 @@ function c72714392.filter(c,e,tp) ...@@ -25,7 +25,7 @@ function c72714392.filter(c,e,tp)
and Duel.IsExistingMatchingCard(c72714392.exfilter,tp,LOCATION_EXTRA,0,1,nil,lv+1,e,tp) and Duel.IsExistingMatchingCard(c72714392.exfilter,tp,LOCATION_EXTRA,0,1,nil,lv+1,e,tp)
end end
function c72714392.exfilter(c,lv,e,tp) function c72714392.exfilter(c,lv,e,tp)
return c:IsSetCard(0x33) and c:IsLevel(lv) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) return c:IsSetCard(0x33) and c:IsType(TYPE_SYNCHRO) and c:IsLevel(lv) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
and Duel.GetLocationCountFromEx(tp,tp,nil,c)>0 and Duel.GetLocationCountFromEx(tp,tp,nil,c)>0
end end
function c72714392.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c72714392.target(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