Commit 3b0dd788 authored by TanakaKotoha's avatar TanakaKotoha

nananananananana

parent 67049e4d
...@@ -86,7 +86,7 @@ function c11200068.op1(e,tp,eg,ep,ev,re,r,rp) ...@@ -86,7 +86,7 @@ function c11200068.op1(e,tp,eg,ep,ev,re,r,rp)
if sel==1 then Duel.Draw(tp,1,REASON_EFFECT) end if sel==1 then Duel.Draw(tp,1,REASON_EFFECT) end
if sel==2 then Duel.Damage(1-tp,1100,REASON_EFFECT) end if sel==2 then Duel.Damage(1-tp,1100,REASON_EFFECT) end
if sel==3 then if sel==3 then
local lg=Duel.GetFieldGroup(Card.IsFaceup,0,LOCATION_MZONE) local lg=Duel.GetMatchingGroup(Card.IsFaceup,tp,0,LOCATION_MZONE,nil)
local lc=lg:GetFirst() local lc=lg:GetFirst()
while lc do while lc do
local e1_1=Effect.CreateEffect(c) local e1_1=Effect.CreateEffect(c)
...@@ -110,7 +110,7 @@ function c11200068.op1(e,tp,eg,ep,ev,re,r,rp) ...@@ -110,7 +110,7 @@ function c11200068.op1(e,tp,eg,ep,ev,re,r,rp)
if alnum>2 then if alnum>2 then
Duel.Draw(tp,1,REASON_EFFECT) Duel.Draw(tp,1,REASON_EFFECT)
Duel.Damage(1-tp,1100,REASON_EFFECT) Duel.Damage(1-tp,1100,REASON_EFFECT)
local lg=Duel.GetFieldGroup(Card.IsFaceup,0,LOCATION_MZONE) local lg=Duel.GetMatchingGroup(Card.IsFaceup,tp,0,LOCATION_MZONE,nil)
local lc=lg:GetFirst() local lc=lg:GetFirst()
while lc do while lc do
local e1_1=Effect.CreateEffect(c) local e1_1=Effect.CreateEffect(c)
......
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