Commit 58dc7730 authored by salix5's avatar salix5

fix

parent 90d9476a
...@@ -46,8 +46,8 @@ function c62180201.atktg(e,c) ...@@ -46,8 +46,8 @@ function c62180201.atktg(e,c)
return c~=e:GetHandler() return c~=e:GetHandler()
end end
function c62180201.atkval(e,c) function c62180201.atkval(e,c)
return c:GetAttack()/2 return math.ceil(c:GetAttack()/2)
end end
function c62180201.defval(e,c) function c62180201.defval(e,c)
return c:GetDefense()/2 return math.ceil(c:GetDefense()/2)
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