Commit 2bb56b70 authored by TanakaKotoha's avatar TanakaKotoha

jnmlp

parent fdac8ecb
...@@ -41,6 +41,7 @@ function c11200047.filter(c) ...@@ -41,6 +41,7 @@ function c11200047.filter(c)
return c:IsFaceup() and c:IsRace(RACE_AQUA) return c:IsFaceup() and c:IsRace(RACE_AQUA)
end end
function c11200047.operation(e,tp,eg,ep,ev,re,r,rp) function c11200047.operation(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local g=Duel.GetMatchingGroup(c11200047.filter,tp,LOCATION_MZONE,0,nil) local g=Duel.GetMatchingGroup(c11200047.filter,tp,LOCATION_MZONE,0,nil)
local tc=g:GetFirst() local tc=g:GetFirst()
while tc do while tc do
......
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