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

fix 炎雄爆誕

parent f598f994
...@@ -21,7 +21,7 @@ function c5439384.filter2(c,e,tp,lv) ...@@ -21,7 +21,7 @@ function c5439384.filter2(c,e,tp,lv)
end end
function c5439384.spfilter(c,e,tp,lv) function c5439384.spfilter(c,e,tp,lv)
return c:IsAttribute(ATTRIBUTE_FIRE) and c:IsType(TYPE_SYNCHRO) and c:IsLevel(lv) return c:IsAttribute(ATTRIBUTE_FIRE) and c:IsType(TYPE_SYNCHRO) and c:IsLevel(lv)
and Duel.GetLocationCountFromEx(tp,tp,c)>0 and c:IsCanBeSpecialSummoned(e,0,tp,false,false) and Duel.GetLocationCountFromEx(tp,tp,nil,c)>0 and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end end
function c5439384.target(e,tp,eg,ep,ev,re,r,rp,chk) function c5439384.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chkc then return false end if chkc then return false 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