mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Clarified DefaultCharacter docstring. Resolves #738.
This commit is contained in:
parent
c713adfcb4
commit
4a2d8f16e4
1 changed files with 2 additions and 2 deletions
|
|
@ -1340,8 +1340,8 @@ class DefaultObject(ObjectDB):
|
|||
|
||||
class DefaultCharacter(DefaultObject):
|
||||
"""
|
||||
This implements an Object puppeted by a Session and what that
|
||||
means.
|
||||
This implements an Object puppeted by a Session - that is,
|
||||
a character avatar controlled by a player.
|
||||
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue