mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
Fixed another typo
This commit is contained in:
@@ -9,7 +9,7 @@ $tmMoves = nil # Array of all moves teachable by a HM/TM/TR
|
||||
def pbBaseStatTotal(species)
|
||||
baseStats = GameData::Species.get(species).base_stats
|
||||
ret = 0
|
||||
baseStats.each { |s| ret += s }
|
||||
baseStats.each_value { |s| ret += s }
|
||||
return ret
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user