Commit 924b8db9 authored by 想象力很好的毛虫's avatar 想象力很好的毛虫 Committed by GitHub

Fix c99157310.lua (#2595)

parent a3cff50d
...@@ -29,7 +29,7 @@ function c99157310.cfilter1(c) ...@@ -29,7 +29,7 @@ function c99157310.cfilter1(c)
end end
function c99157310.condition(e,tp,eg,ep,ev,re,r,rp) function c99157310.condition(e,tp,eg,ep,ev,re,r,rp)
return ep==tp and Duel.GetAttacker():IsControler(1-tp) return ep==tp and Duel.GetAttacker():IsControler(1-tp)
and Duel.IsExistingMatchingCard(c99157310.cfilter1,tp,LOCATION_GRAVE,0,3,nil) and Duel.GetMatchingGroup(c99157310.cfilter1,tp,LOCATION_GRAVE,0,nil):GetClassCount(Card.GetCode)>2
end end
function c99157310.filter(c,e,tp) function c99157310.filter(c,e,tp)
return c:IsCode(75119040) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) and Duel.GetLocationCountFromEx(tp,tp,nil,c)>0 return c:IsCode(75119040) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) and Duel.GetLocationCountFromEx(tp,tp,nil,c)>0
......
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