mirror of
https://github.com/evennia/evennia.git
synced 2026-03-19 06:16:31 +01:00
Working on getting command tables implemented on individual objects. It's probably not a good idea to update to this revision in a 'production' environment yet.
This commit is contained in:
parent
6ca32cd5e0
commit
df69011134
6 changed files with 115 additions and 20 deletions
|
|
@ -10,7 +10,7 @@ SCRIPT_DEFAULT_OBJECT variable in settings.py to point to the new class.
|
|||
from src import ansi
|
||||
|
||||
class EvenniaBasicObject(object):
|
||||
def __init__(self, source_obj):
|
||||
def __init__(self, source_obj, *args, **kwargs):
|
||||
"""
|
||||
Get our ducks in a row.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue