Commit f7ab3d20 authored by Tachibana's avatar Tachibana

eme

parent 441e4904
...@@ -117,6 +117,8 @@ function c33200516.tzop(e,tp,eg,ep,ev,re,r,rp) ...@@ -117,6 +117,8 @@ function c33200516.tzop(e,tp,eg,ep,ev,re,r,rp)
local op=0 local op=0
if c:IsRelateToEffect(e) then if c:IsRelateToEffect(e) then
op=Duel.SelectOption(1-tp,aux.Stringid(33200516,2),aux.Stringid(33200516,3)) op=Duel.SelectOption(1-tp,aux.Stringid(33200516,2),aux.Stringid(33200516,3))
else
op=0
end end
if op==0 then if op==0 then
Duel.SendtoGrave(sgc,REASON_EFFECT) Duel.SendtoGrave(sgc,REASON_EFFECT)
...@@ -148,6 +150,8 @@ function c33200516.tzop(e,tp,eg,ep,ev,re,r,rp) ...@@ -148,6 +150,8 @@ function c33200516.tzop(e,tp,eg,ep,ev,re,r,rp)
local op=0 local op=0
if c:IsRelateToEffect(e) then if c:IsRelateToEffect(e) then
op=Duel.SelectOption(1-tp,aux.Stringid(33200516,2),aux.Stringid(33200516,3)) op=Duel.SelectOption(1-tp,aux.Stringid(33200516,2),aux.Stringid(33200516,3))
else
op=0
end end
if op==0 then if op==0 then
Duel.SendtoGrave(sgc,REASON_EFFECT) Duel.SendtoGrave(sgc,REASON_EFFECT)
......
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