mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-10 06:34:59 +00:00
Shortened the default inspect message for everything, corrected the extension of GameData::Encounter
This commit is contained in:
@@ -6,7 +6,7 @@ class Player < Trainer
|
||||
attr_reader :accessible_dexes
|
||||
|
||||
def inspect
|
||||
str = self.to_s.chop
|
||||
str = super.chop
|
||||
str << format(' seen: %d, owned: %d>', self.seen_count, self.owned_count)
|
||||
return str
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user