Commit c195f202 authored by DailyShana's avatar DailyShana

fix

parent e2bf62e3
...@@ -15,7 +15,7 @@ end ...@@ -15,7 +15,7 @@ end
function c85682655.target(e,tp,eg,ep,ev,re,r,rp,chk) function c85682655.target(e,tp,eg,ep,ev,re,r,rp,chk)
local tc=Duel.GetAttacker() local tc=Duel.GetAttacker()
if tc==e:GetHandler() then tc=Duel.GetAttackTarget() end if tc==e:GetHandler() then tc=Duel.GetAttackTarget() end
if chk==0 then return tc and not tc:IsStatus(STATUS_BATTLE_DESTROYED) and tc:IsRelateToBattle() end if chk==0 then return tc and tc:IsRelateToBattle() end
Duel.SetOperationInfo(0,CATEGORY_DESTROY,tc,1,0,0) Duel.SetOperationInfo(0,CATEGORY_DESTROY,tc,1,0,0)
end end
function c85682655.operation(e,tp,eg,ep,ev,re,r,rp) function c85682655.operation(e,tp,eg,ep,ev,re,r,rp)
......
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