Commit 811ec120 authored by wind2009's avatar wind2009

Fix ヴァレルシュラウド・ドラゴン

parent 4e14fd3e
...@@ -88,7 +88,7 @@ function s.disop(e,tp,eg,ep,ev,re,r,rp) ...@@ -88,7 +88,7 @@ function s.disop(e,tp,eg,ep,ev,re,r,rp)
sc:RegisterEffect(e4) sc:RegisterEffect(e4)
end end
Duel.AdjustInstantly(sc) Duel.AdjustInstantly(sc)
if tc:IsRelateToChain() then if tc:IsRelateToChain() and tc:IsType(TYPE_MONSTER) then
Duel.BreakEffect() Duel.BreakEffect()
Duel.Destroy(tc,REASON_EFFECT) Duel.Destroy(tc,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