Commit df1137c1 authored by Naim's avatar Naim Committed by GitHub

Fix "Desperado Barrel Dragon" (#1488)

parent 80957f86
...@@ -83,6 +83,7 @@ function c76728962.desop(e,tp,eg,ep,ev,re,r,rp) ...@@ -83,6 +83,7 @@ function c76728962.desop(e,tp,eg,ep,ev,re,r,rp)
local dg=g:Select(tp,1,ct,nil) local dg=g:Select(tp,1,ct,nil)
Duel.HintSelection(dg) Duel.HintSelection(dg)
if Duel.Destroy(dg,REASON_EFFECT)~=0 and c1+c2+c3==3 then if Duel.Destroy(dg,REASON_EFFECT)~=0 and c1+c2+c3==3 then
Duel.BreakEffect()
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