From 3728afa6344939682367bca82de8737f58fb3ea6 Mon Sep 17 00:00:00 2001 From: jonisavo Date: Sun, 20 Sep 2020 15:06:34 +0300 Subject: [PATCH] Improve PokeBattle_Pokemon#eggsteps's description --- Data/Scripts/016_Pokemon/001_PokeBattle_Pokemon.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/Scripts/016_Pokemon/001_PokeBattle_Pokemon.rb b/Data/Scripts/016_Pokemon/001_PokeBattle_Pokemon.rb index 41b64cb5c..9bc6acd49 100644 --- a/Data/Scripts/016_Pokemon/001_PokeBattle_Pokemon.rb +++ b/Data/Scripts/016_Pokemon/001_PokeBattle_Pokemon.rb @@ -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