mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 14:14:59 +00:00
Deprecate Pokemon#language and Pokemon#language=
This commit is contained in:
@@ -92,8 +92,6 @@ class Pokemon
|
||||
# Otherwise returns 0.
|
||||
# @return [Integer] the map ID where egg was hatched (0 by default)
|
||||
attr_accessor :hatchedMap
|
||||
# @param value [Integer] new language
|
||||
attr_writer :language
|
||||
# @param value [Integer] new contest stat
|
||||
attr_writer :cool,:beauty,:cute,:smart,:tough,:sheen
|
||||
|
||||
@@ -934,11 +932,6 @@ class Pokemon
|
||||
return @name != self.speciesName
|
||||
end
|
||||
|
||||
# @return [Integer] this Pokémon's language
|
||||
def language
|
||||
return @language || 0
|
||||
end
|
||||
|
||||
# @return [Integer] the markings this Pokémon has
|
||||
def markings
|
||||
return @markings || 0
|
||||
|
||||
Reference in New Issue
Block a user