mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Shortened the default inspect message for everything, corrected the extension of GameData::Encounter
This commit is contained in:
@@ -93,7 +93,7 @@ class Pokemon
|
||||
MAX_MOVES = 4
|
||||
|
||||
def inspect
|
||||
str = self.to_s.chop
|
||||
str = super.chop
|
||||
str << format(' %s Lv.%s>', @species, @level.to_s || '???')
|
||||
return str
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user