mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 13:37:17 +02:00
Formatted docstring.
This commit is contained in:
parent
ce9758b902
commit
a074b072a5
1 changed files with 1 additions and 1 deletions
|
|
@ -1132,7 +1132,7 @@ class DefaultObject(ObjectDB):
|
|||
normally by calling
|
||||
`traversing_object.move_to(target_location)`. It is normally
|
||||
only implemented by Exit objects. If it returns False (usually
|
||||
because move_to returned False), `at_after_traverse` below
|
||||
because `move_to` returned False), `at_after_traverse` below
|
||||
should not be called and instead `at_failed_traverse` should be
|
||||
called.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue