Commit a5b407a8 authored by 聖園ミカ's avatar 聖園ミカ 🐟

7

parent ee67c0a3
...@@ -86,7 +86,7 @@ function cm.desop(e,tp,eg,ep,ev,re,r,rp) ...@@ -86,7 +86,7 @@ function cm.desop(e,tp,eg,ep,ev,re,r,rp)
if #g>0 then if #g>0 then
if Duel.Destroy(g,REASON_EFFECT)~=0 then if Duel.Destroy(g,REASON_EFFECT)~=0 then
local tc=g:GetFirst() local tc=g:GetFirst()
if tc:GetControler()==tp and Duel.IsPlayerCanDiscardDeck(tp,3) then if tc:IsPreviousControler(tp) and Duel.IsPlayerCanDiscardDeck(tp,3) then
Duel.BreakEffect() Duel.BreakEffect()
Duel.DiscardDeck(tp,3,REASON_EFFECT) Duel.DiscardDeck(tp,3,REASON_EFFECT)
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