Commit 7d5341f0 authored by POLYMER's avatar POLYMER

fix

parent 386d6655
...@@ -67,7 +67,7 @@ end ...@@ -67,7 +67,7 @@ end
function c51927001.thop(e,tp,eg,ep,ev,re,r,rp) function c51927001.thop(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetTargetsRelateToChain() local g=Duel.GetTargetsRelateToChain()
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
local sg=g:FilterSelect(1-tp.Card.IsAbleToHand,1,1,nil) local sg=g:FilterSelect(1-tp,Card.IsAbleToHand,1,1,nil)
Duel.SendtoHand(sg,nil,REASON_EFFECT) Duel.SendtoHand(sg,nil,REASON_EFFECT)
g:Sub(sg) g:Sub(sg)
if #g>0 then if #g>0 then
......
...@@ -39,11 +39,11 @@ function c71403010.tg1(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -39,11 +39,11 @@ function c71403010.tg1(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end end
local op=0 local op=0
if b1 and b2 then if b1 and b2 then
op=Duel.SelectOption(tp,aux.Stringid(71403014,1),aux.Stringid(71403014,2)) op=Duel.SelectOption(tp,aux.Stringid(71403010,1),aux.Stringid(71403010,2))
elseif b1 then elseif b1 then
op=Duel.SelectOption(tp,aux.Stringid(71403014,1)) op=Duel.SelectOption(tp,aux.Stringid(71403010,1))
else else
op=Duel.SelectOption(tp,aux.Stringid(71403014,2))+1 op=Duel.SelectOption(tp,aux.Stringid(71403010,2))+1
end end
e:SetLabel(op) e:SetLabel(op)
if op==0 then if op==0 then
...@@ -110,9 +110,9 @@ function c71403010.op1(e,tp,eg,ep,ev,re,r,rp) ...@@ -110,9 +110,9 @@ function c71403010.op1(e,tp,eg,ep,ev,re,r,rp)
if p_zone_check and oc:IsAbleToGrave() then if p_zone_check and oc:IsAbleToGrave() then
op2=Duel.SelectOption(tp,aux.Stringid(71403010,6),aux.Stringid(71403010,3)) op2=Duel.SelectOption(tp,aux.Stringid(71403010,6),aux.Stringid(71403010,3))
elseif p_zone_check then elseif p_zone_check then
op2=Duel.SelectOption(tp,aux.Stringid(71403010,6))
else
op2=Duel.SelectOption(tp,aux.Stringid(71403010,3))+1 op2=Duel.SelectOption(tp,aux.Stringid(71403010,3))+1
else
op2=Duel.SelectOption(tp,aux.Stringid(71403010,6))
end end
Duel.BreakEffect() Duel.BreakEffect()
if op2==0 then if op2==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