Commit 66cd6585 authored by Grajade's avatar Grajade

Update c74563021.lua

parent 18be2854
......@@ -63,7 +63,6 @@ function c74563021.atkop(e,tp,eg,ep,ev,re,r,rp)
e4:SetProperty(EFFECT_FLAG_DELAY)
e4:SetTargetRange(0,LOCATION_MZONE)
e4:SetCondition(c74563021.condition)
e4:SetTarget(c74563021.atktg)
e4:SetValue(c74563021.atkval)
e4:SetReset(RESET_PHASE+PHASE_END,1)
Duel.RegisterEffect(e4,tp)
......@@ -79,9 +78,6 @@ function c74563021.condition(e,tp,eg,ep,ev,re,r,rp)
local tp=e:GetHandlerPlayer()
return Duel.IsExistingMatchingCard(c74563021.cfilter,tp,LOCATION_MZONE,0,1,nil)
end
function c74563021.atktg(e,c)
return c~=e:GetHandler()
end
function c74563021.atkval(e,c)
return math.ceil(c:GetAttack()/2)
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