Commit 658b044f authored by nanahira's avatar nanahira

fix

parent 3fb3d53b
No preview for this file type
...@@ -65,6 +65,7 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -65,6 +65,7 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
local tac = tc:GetTextAttack() local tac = tc:GetTextAttack()
local tpc = tc:GetControler() local tpc = tc:GetControler()
if Duel.SendtoGrave(tc,REASON_EFFECT)>0 and tac>0 then if Duel.SendtoGrave(tc,REASON_EFFECT)>0 and tac>0 then
Duel.BreakEffect()
Duel.SetLP(tpc,Duel.GetLP(tpc)-tac) Duel.SetLP(tpc,Duel.GetLP(tpc)-tac)
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