Commit 2f6d1a1e authored by TanakaKotoha's avatar TanakaKotoha

carrot 2

parent 81148ba4
......@@ -85,7 +85,7 @@ function c33350004.condition2(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c33350004.cfilter2,1,nil,tp)
end
function c33350004.filter(c)
return c:IsAttackAbove(2000) and c:IsAbleToRemove()
return c:IsAttackAbove(2000) and c:IsAbleToRemove() and c:GetSummonPlayer()~=tp
end
function c33350004.condition(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetCurrentChain()==0 and eg:IsExists(c33350004.filter,1,nil) and Duel.IsExistingMatchingCard(c33350004.cfilter,tp,LOCATION_MZONE,0,1,nil)
......
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