Commit c9bf0659 authored by POLYMER's avatar POLYMER

fix

parent 1c23c31f
...@@ -34,7 +34,7 @@ end ...@@ -34,7 +34,7 @@ end
function cm.damop(e,tp,eg,ep,ev,re,r,rp) function cm.damop(e,tp,eg,ep,ev,re,r,rp)
local p,d=Duel.GetChainInfo(0,CHAININFO_TARGET_PLAYER,CHAININFO_TARGET_PARAM) local p,d=Duel.GetChainInfo(0,CHAININFO_TARGET_PLAYER,CHAININFO_TARGET_PARAM)
Duel.Damage(p,d,REASON_EFFECT) Duel.Damage(p,d,REASON_EFFECT)
if Duel.GetActivityCount(m,tp,ACTIVITY_CHAIN)==0 then if Duel.GetCustomActivityCount(m,tp,ACTIVITY_CHAIN)<=1 then
Duel.BreakEffect() Duel.BreakEffect()
Duel.Damage(p,1000,REASON_EFFECT) Duel.Damage(p,1000,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