Commit 4b33fc82 authored by salix5's avatar salix5

Merge pull request #1211 from nekrozar/patch-1

fix Legendary Maju Garzett
parents 9189531d 101db021
...@@ -35,7 +35,7 @@ function c12338068.spop(e,tp,eg,ep,ev,re,r,rp,c) ...@@ -35,7 +35,7 @@ function c12338068.spop(e,tp,eg,ep,ev,re,r,rp,c)
local atk=0 local atk=0
local tc=g:GetFirst() local tc=g:GetFirst()
while tc do while tc do
local batk=tc:GetBaseAttack() local batk=tc:GetTextAttack()
if batk>0 then if batk>0 then
atk=atk+batk atk=atk+batk
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