Commit 0c546e35 authored by mercury233's avatar mercury233

fix

parent 57e21ced
...@@ -70,8 +70,7 @@ function c68396121.atkcost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -70,8 +70,7 @@ function c68396121.atkcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.Release(g,REASON_COST) Duel.Release(g,REASON_COST)
end end
function c68396121.atktg(e,tp,eg,ep,ev,re,r,rp,chk) function c68396121.atktg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():GetEffectCount(EFFECT_EXTRA_ATTACK)==0 if chk==0 then return e:GetHandler():GetEffectCount(EFFECT_EXTRA_ATTACK_MONSTER)==0 end
and e:GetHandler():GetEffectCount(EFFECT_EXTRA_ATTACK_MONSTER)==0 end
end end
function c68396121.atkop(e,tp,eg,ep,ev,re,r,rp) function c68396121.atkop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
......
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