mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 13:44:59 +00:00
Improve PokeBattle_Pokemon#eggsteps's description
This commit is contained in:
@@ -60,7 +60,7 @@ class PokeBattle_Pokemon
|
|||||||
attr_accessor :happiness
|
attr_accessor :happiness
|
||||||
# @return [Integer] the type of ball used (refer to {$BallTypes} for valid types)
|
# @return [Integer] the type of ball used (refer to {$BallTypes} for valid types)
|
||||||
attr_accessor :ballused
|
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
|
attr_accessor :eggsteps
|
||||||
# @param value [Integer] new markings for this Pokémon
|
# @param value [Integer] new markings for this Pokémon
|
||||||
attr_writer :markings
|
attr_writer :markings
|
||||||
|
|||||||
Reference in New Issue
Block a user