Commit a7dbe3e8 authored by mercury233's avatar mercury233 Committed by GitHub

fix デスペラード・リボルバー・ドラゴン

parent e2f85d26
-- デスペラード・リボルバー・ドラゴン --デスペラード・リボルバー・ドラゴン
function c76728962.initial_effect(c) function c76728962.initial_effect(c)
--spsummon --spsummon
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
...@@ -82,8 +82,7 @@ function c76728962.desop(e,tp,eg,ep,ev,re,r,rp) ...@@ -82,8 +82,7 @@ function c76728962.desop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_DESTROY) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_DESTROY)
local dg=g:Select(tp,1,ct,nil) local dg=g:Select(tp,1,ct,nil)
Duel.HintSelection(dg) Duel.HintSelection(dg)
Duel.Destroy(dg,REASON_EFFECT) if Duel.Destroy(dg,REASON_EFFECT)~=0 and c1+c2+c3==3 then
if c1+c2+c3==3 then
Duel.Draw(tp,1,REASON_EFFECT) Duel.Draw(tp,1,REASON_EFFECT)
end end
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