mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 05:16:31 +01:00
Moved object methods up from ObjectDB and mainly onto the typeclass. In the process of converting players in the same way.
This commit is contained in:
parent
302f5bdd81
commit
db512cbbf5
6 changed files with 175 additions and 226 deletions
|
|
@ -823,6 +823,7 @@ class DefaultObject(ObjectDB):
|
|||
return True
|
||||
# methods inherited from the typeclass system
|
||||
|
||||
|
||||
def __eq__(self, other):
|
||||
"""
|
||||
Checks for equality against an id string or another object or user.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue