Commit 4f2b9cd9 authored by TanakaKotoha's avatar TanakaKotoha

foo foo

parent 7ad877e7
No preview for this file type
...@@ -39,14 +39,13 @@ end ...@@ -39,14 +39,13 @@ end
function c16101101.tdop(e,tp,eg,ep,ev,re,r,rp) function c16101101.tdop(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
local c=e:GetHandler() local c=e:GetHandler()
local op==2 local op=2
if tc:IsRelateToEffect(e) then if tc:IsRelateToEffect(e) then
if not c:IsType(TYPE_XYZ) and tc:IsAbleToDeck() then if not c:IsType(TYPE_XYZ) and tc:IsAbleToDeck() then
op=Duel.SelectOption(tp,aux.Stringid(16101101,1)) op=Duel.SelectOption(tp,aux.Stringid(16101101,1))
elseif not tc:IsAbleToDeck() and c:IsType(TYPE_XYZ) then elseif not tc:IsAbleToDeck() and c:IsType(TYPE_XYZ) then
op=Duel.SelectOption(tp,aux.Stringid(16101101,2)) op=Duel.SelectOption(tp,aux.Stringid(16101101,2))+1
op=1
else else
op=Duel.SelectOption(tp,aux.Stringid(16101101,1),aux.Stringid(16101101,2)) op=Duel.SelectOption(tp,aux.Stringid(16101101,1),aux.Stringid(16101101,2))
if op==0 then if op==0 then
......
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