Commit 9c70f1e5 authored by Tachibana's avatar Tachibana

eme

parent c4633d11
Pipeline #7090 passed with stages
in 24 minutes and 30 seconds
...@@ -105,7 +105,7 @@ function cm.efilter(e,re) ...@@ -105,7 +105,7 @@ function cm.efilter(e,re)
return re:GetOwnerPlayer()~=e:GetHandlerPlayer() return re:GetOwnerPlayer()~=e:GetHandlerPlayer()
end end
function cm.econ(e,tp,eg,ep,ev,re,r,rp) function cm.econ(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetTurnPlayer()==e:GetHandler():GetControler() and Duel.IsExistingMatchingCard(Card.IsFacedown,tp,LOCATION_ONFIELD,0,1,nil) return Duel.GetTurnPlayer()==e:GetHandler():GetControler() and Duel.IsExistingMatchingCard(Card.IsFacedown,e:GetHandler():GetControler(),LOCATION_ONFIELD,0,1,nil)
end end
function cm.thhfilter(c,mc) function cm.thhfilter(c,mc)
return c:IsRace(mc:GetRace()) return c:IsRace(mc:GetRace())
......
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