Commit 4b7c0f39 authored by wind2009's avatar wind2009

update

parent e9f37a42
...@@ -168,7 +168,7 @@ function Auxiliary.SinglePick(p,list,count,ex_list,ex_count,copy,lv_diff,fixed,p ...@@ -168,7 +168,7 @@ function Auxiliary.SinglePick(p,list,count,ex_list,ex_count,copy,lv_diff,fixed,p
if optional and ag:GetFirst():IsLocation(LOCATION_DECK) then if optional and ag:GetFirst():IsLocation(LOCATION_DECK) then
Duel.ConfirmCards(p,ag) Duel.ConfirmCards(p,ag)
if Duel.SelectOption(tp,1190,1192)==1 then if Duel.SelectOption(p,1190,1192)==1 then
Duel.Exile(ag,REASON_RULE) Duel.Exile(ag,REASON_RULE)
return false return false
end end
......
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