Fixed typo from previous commit

This commit is contained in:
Maruno17
2021-10-30 23:27:46 +01:00
parent 308937a9f4
commit 67fc59ad4e

View File

@@ -102,7 +102,7 @@ class DayCare
end
if Settings::BREEDING_CAN_INHERIT_EGG_MOVES_FROM_MOTHER && move_mother.female?
egg.species_data.egg_moves.each do |move|
moves.push(move) if move_mother.hasMove?(move))
moves.push(move) if move_mother.hasMove?(move)
end
end
# Learn Volt Tackle if a parent has a Light Ball and is in the Pichu family