Commit 1a1c3d49 authored by VanillaSalt's avatar VanillaSalt

Merge pull request #1060 from Steeldarkeagel/patch-30

Update c60879050.lua
parents 8ec561bb ed74cb0a
...@@ -67,7 +67,7 @@ function c60879050.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -67,7 +67,7 @@ function c60879050.operation(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c60879050.value(e,c) function c60879050.value(e,c)
return c:GetAttack()*2 return c:GetBaseAttack()*2
end end
function c60879050.ftarget(e,c) function c60879050.ftarget(e,c)
return e:GetHandler():GetEquipTarget()~=c return e:GetHandler():GetEquipTarget()~=c
......
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