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