mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-10 22:54:59 +00:00
Minor refactoring to kill various Rubocop warnings
This commit is contained in:
@@ -60,7 +60,6 @@ def pbGetLegalMoves2(species, maxlevel)
|
||||
species_data.tutor_moves.each { |m| addMove(moves, m, 0) if $tmMoves.include?(m) }
|
||||
babyspecies = babySpecies(species)
|
||||
GameData::Species.get(babyspecies).egg_moves.each { |m| addMove(moves, m, 2) }
|
||||
#
|
||||
movedatas = []
|
||||
for move in moves
|
||||
movedatas.push([move, GameData::Move.get(move)])
|
||||
|
||||
Reference in New Issue
Block a user