Commit 783c483d authored by wind2009's avatar wind2009

Fix 騎士皇プリメラ・プリムス

parent b06d965b
...@@ -55,8 +55,8 @@ function s.thdop(e,tp,eg,ep,ev,re,r,rp) ...@@ -55,8 +55,8 @@ function s.thdop(e,tp,eg,ep,ev,re,r,rp)
if g:GetCount()>0 then if g:GetCount()>0 then
if Duel.SendtoHand(g,nil,REASON_EFFECT)>0 then if Duel.SendtoHand(g,nil,REASON_EFFECT)>0 then
Duel.ConfirmCards(1-tp,g) Duel.ConfirmCards(1-tp,g)
local g1=Duel.GetFieldGroup(tp,LOCATION_ONFIELD,0) local g1=Duel.GetMatchingGroup(aux.TRUE,tp,LOCATION_ONFIELD,0,nil)
local g2=Duel.GetFieldGroup(tp,0,LOCATION_ONFIELD) local g2=Duel.GetMatchingGroup(aux.TRUE,tp,0,LOCATION_ONFIELD,nil)
if #g1*#g2>0 and Duel.SelectYesNo(tp,aux.Stringid(id,2)) then if #g1*#g2>0 and Duel.SelectYesNo(tp,aux.Stringid(id,2)) then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_DESTROY) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_DESTROY)
local dg1=g1:Select(tp,1,1,nil) local dg1=g1:Select(tp,1,1,nil)
......
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