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:
@@ -21,8 +21,8 @@ class Interpreter
|
||||
end
|
||||
|
||||
def inspect
|
||||
str = self.to_s.chop
|
||||
str << format(' event ID: %d>', @event_id)
|
||||
str = super.chop
|
||||
str << format(' @event_id: %d>', @event_id)
|
||||
return str
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user