Improve PokeBattle_Pokemon#eggsteps's description

This commit is contained in:
jonisavo
2020-09-20 15:06:34 +03:00
parent 37c1c208aa
commit 3728afa634

View File

@@ -60,7 +60,7 @@ class PokeBattle_Pokemon
attr_accessor :happiness
# @return [Integer] the type of ball used (refer to {$BallTypes} for valid types)
attr_accessor :ballused
# @return [Integer] the number of steps until the egg hatches, 0 if Pokémon is not an egg
# @return [Integer] the number of steps until this Pokémon hatches, 0 if this Pokémon is not an egg
attr_accessor :eggsteps
# @param value [Integer] new markings for this Pokémon
attr_writer :markings