Commit a2749c38 authored by VanillaSalt's avatar VanillaSalt

Merge pull request #891 from sidschingis/patch

fix
parents 9894a2f2 5dfbe6a6
...@@ -25,7 +25,7 @@ function c89662736.nacost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -25,7 +25,7 @@ function c89662736.nacost(e,tp,eg,ep,ev,re,r,rp,chk)
end end
function c89662736.natg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c89662736.natg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return false end if chkc then return false end
if chk==0 then return Duel.GetAttacker():IsOnField() and Duel.GetAttacker():IsCanBeEffectTarget(e) end if chk==0 then return Duel.GetAttacker():IsOnField() end
local dam=Duel.GetAttacker():GetAttack()/2 local dam=Duel.GetAttacker():GetAttack()/2
Duel.SetOperationInfo(0,CATEGORY_DAMAGE,nil,0,1-tp,dam) Duel.SetOperationInfo(0,CATEGORY_DAMAGE,nil,0,1-tp,dam)
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