Commit 5aeb2616 authored by wyykak's avatar wyykak

fix 29510

parent 51860c27
Pipeline #9468 passed with stage
in 32 seconds
...@@ -38,7 +38,7 @@ function c29510.matfilter(c) ...@@ -38,7 +38,7 @@ function c29510.matfilter(c)
return mt and mt.DescSetName==0x826 return mt and mt.DescSetName==0x826
end end
function c29510.condicktion(e) function c29510.condicktion(e)
return not Duel.IsExistingMatchingCard(Card.GetCode,e:GetHandlerPlayer(),LOCATION_ONFIELD,0,1,nil,29030) return not Duel.IsExistingMatchingCard(Card.IsCode,e:GetHandlerPlayer(),LOCATION_ONFIELD,0,1,nil,29030)
end end
function c29510.condition(e,tp,eg,ep,ev,re,r,rp) function c29510.condition(e,tp,eg,ep,ev,re,r,rp)
return ep==1-tp return ep==1-tp
......
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