Commit 469ee62b authored by Tachibana's avatar Tachibana

rar

parent 6deea567
...@@ -125,7 +125,7 @@ end ...@@ -125,7 +125,7 @@ end
function c47510205.efilter(e,re) function c47510205.efilter(e,re)
return e:GetOwnerPlayer()~=re:GetOwnerPlayer() return e:GetOwnerPlayer()~=re:GetOwnerPlayer()
end end
function c47510205.indtg(c) function c47510205.indtg(e,c)
return c:IsFaceup() and c:IsAttribute(ATTRIBUTE_WATER) return c:IsFaceup() and c:IsAttribute(ATTRIBUTE_WATER)
end end
function c47510205.indct(e,re,r,rp) function c47510205.indct(e,re,r,rp)
......
...@@ -127,7 +127,7 @@ function c47510211.sumop(e,tp,eg,ep,ev,re,r,rp) ...@@ -127,7 +127,7 @@ function c47510211.sumop(e,tp,eg,ep,ev,re,r,rp)
Duel.SetLP(tp,4000) Duel.SetLP(tp,4000)
end end
end end
function c47510211.indtg(c) function c47510211.indtg(e,c)
return c:IsFaceup() and c:IsAttribute(ATTRIBUTE_WIND) return c:IsFaceup() and c:IsAttribute(ATTRIBUTE_WIND)
end end
function c47510211.indct(e,re,r,rp) function c47510211.indct(e,re,r,rp)
......
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