Commit 3998fb1a authored by salix5's avatar salix5

fix

parent aeb28e0b
......@@ -70,8 +70,8 @@ function c82044279.atkop(e,tp,eg,ep,ev,re,r,rp)
local atk=0
local tc=g:GetFirst()
while tc do
if tc:GetBaseAttack()>0 then
atk=atk+tc:GetBaseAttack()
if tc:GetTextAttack()>0 then
atk=atk+tc:GetTextAttack()
end
tc=g:GetNext()
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