Commit dd48128a authored by TanakaKotoha's avatar TanakaKotoha

dededededededededededede

parent 7b4e810e
......@@ -15,7 +15,7 @@ function c26803009.bfilter(c,tp)
return c:IsFaceup() and not c:IsType(TYPE_TOKEN) and Duel.IsExistingMatchingCard(c26803009.cfilter,tp,LOCATION_MZONE,0,1,c,c:GetCode())
end
function c26803009.cfilter(c,code)
return c:IsFaceup() and c:IsCode(code)
return c:IsFaceup() and not c:IsType(TYPE_TOKEN) and c:IsCode(code)
end
function c26803009.condition(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(c26803009.bfilter,tp,LOCATION_MZONE,0,1,nil,tp)
......
......@@ -49,7 +49,7 @@ function c81011035.bfilter(c,tp)
return c:IsFaceup() and not c:IsType(TYPE_TOKEN) and Duel.IsExistingMatchingCard(c81011035.cfilter,tp,LOCATION_MZONE,0,1,c,c:GetCode())
end
function c81011035.cfilter(c,code)
return c:IsFaceup() and c:IsCode(code)
return c:IsFaceup() and not c:IsType(TYPE_TOKEN) and c:IsCode(code)
end
function c81011035.immcon(e)
return Duel.IsExistingMatchingCard(c81011035.bfilter,tp,LOCATION_MZONE,0,1,nil,tp)
......
......@@ -50,7 +50,7 @@ function c81013024.bfilter(c,tp)
return c:IsFaceup() and not c:IsType(TYPE_TOKEN) and Duel.IsExistingMatchingCard(c81013024.cfilter,tp,LOCATION_MZONE,0,1,c,c:GetCode())
end
function c81013024.cfilter(c,code)
return c:IsFaceup() and c:IsCode(code)
return c:IsFaceup() and not c:IsType(TYPE_TOKEN) and c:IsCode(code)
end
function c81013024.immcon(e)
return Duel.IsExistingMatchingCard(c81013024.bfilter,tp,LOCATION_MZONE,LOCATION_MZONE,1,nil,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