Commit 12ec4931 authored by POLYMER's avatar POLYMER

fix

parent 7260dd59
...@@ -160,6 +160,7 @@ function c11561078.xfilter(c,tp) ...@@ -160,6 +160,7 @@ function c11561078.xfilter(c,tp)
return c:IsHasEffect(11561078,tp) return c:IsHasEffect(11561078,tp)
end end
function c11561078.cfilter(c) function c11561078.cfilter(c)
local tp=c:GetControler()
return c:IsCode(93717133,18963306,88177324) and Duel.IsExistingMatchingCard(c11561078.thfilter,tp,LOCATION_DECK,0,3,nil,c:GetCode()) and Duel.GetMatchingGroup(c11561078.thfilter,tp,LOCATION_DECK,0,nil,c:GetCode()):GetClassCount(Card.GetCode)>2 return c:IsCode(93717133,18963306,88177324) and Duel.IsExistingMatchingCard(c11561078.thfilter,tp,LOCATION_DECK,0,3,nil,c:GetCode()) and Duel.GetMatchingGroup(c11561078.thfilter,tp,LOCATION_DECK,0,nil,c:GetCode()):GetClassCount(Card.GetCode)>2
end end
function c11561078.thfilter(c,code) function c11561078.thfilter(c,code)
......
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