Commit 40a1986b authored by salix5's avatar salix5

Merge pull request #20 from mercury233/patch-1

fix typo
parents 645872f4 527e411d
...@@ -93,7 +93,7 @@ function c23064604.tdop(e,tp,eg,ep,ev,re,r,rp) ...@@ -93,7 +93,7 @@ function c23064604.tdop(e,tp,eg,ep,ev,re,r,rp)
op=Duel.SelectOption(tp,aux.Stringid(23064604,3),aux.Stringid(23064604,4)) op=Duel.SelectOption(tp,aux.Stringid(23064604,3),aux.Stringid(23064604,4))
elseif not b2 and b3 then elseif not b2 and b3 then
op=Duel.SelectOption(tp,aux.Stringid(23064604,3),aux.Stringid(23064604,5)) op=Duel.SelectOption(tp,aux.Stringid(23064604,3),aux.Stringid(23064604,5))
if op=1 then op=2 end if op==1 then op=2 end
else else
op=0 op=0
end end
...@@ -108,7 +108,7 @@ function c23064604.tdop(e,tp,eg,ep,ev,re,r,rp) ...@@ -108,7 +108,7 @@ function c23064604.tdop(e,tp,eg,ep,ev,re,r,rp)
end end
if op==0 then if op==0 then
sg=hg:RandomSelect(tp,1) sg=hg:RandomSelect(tp,1)
else if op==1 then elseif op==1 then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK)
sg=Duel.SelectMatchingCard(tp,Card.IsAbleToDeck,tp,0,LOCATION_ONFIELD,1,1,nil) sg=Duel.SelectMatchingCard(tp,Card.IsAbleToDeck,tp,0,LOCATION_ONFIELD,1,1,nil)
Duel.HintSelection(sg) Duel.HintSelection(sg)
......
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