Commit 1b19784e authored by nekrozar's avatar nekrozar
parent 1db056a8
...@@ -71,6 +71,7 @@ function c15545291.desop(e,tp,eg,ep,ev,re,r,rp) ...@@ -71,6 +71,7 @@ function c15545291.desop(e,tp,eg,ep,ev,re,r,rp)
Duel.Destroy(g,REASON_EFFECT) Duel.Destroy(g,REASON_EFFECT)
end end
if e:GetLabel()==1 then if e:GetLabel()==1 then
Duel.BreakEffect()
Duel.Draw(tp,1,REASON_EFFECT) Duel.Draw(tp,1,REASON_EFFECT)
end end
end end
......
...@@ -68,6 +68,7 @@ function c69230391.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -68,6 +68,7 @@ function c69230391.operation(e,tp,eg,ep,ev,re,r,rp)
Duel.Damage(1-tp,tc:GetLevel()*200,REASON_EFFECT) Duel.Damage(1-tp,tc:GetLevel()*200,REASON_EFFECT)
end end
if e:GetLabel()==1 then if e:GetLabel()==1 then
Duel.BreakEffect()
Duel.Damage(1-tp,1000,REASON_EFFECT) Duel.Damage(1-tp,1000,REASON_EFFECT)
end end
end end
......
...@@ -80,6 +80,7 @@ function c69327790.tdop(e,tp,eg,ep,ev,re,r,rp) ...@@ -80,6 +80,7 @@ function c69327790.tdop(e,tp,eg,ep,ev,re,r,rp)
if e:GetLabel()==1 and g2 then if e:GetLabel()==1 and g2 then
local tc=g2:GetFirst() local tc=g2:GetFirst()
if tc:IsRelateToEffect(e) then if tc:IsRelateToEffect(e) then
Duel.BreakEffect()
Duel.SendtoHand(g2,nil,REASON_EFFECT) Duel.SendtoHand(g2,nil,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