mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 06:27:17 +02:00
Fixed some minor typos.
This commit is contained in:
parent
6bbdde763d
commit
2640bd057a
2 changed files with 2 additions and 2 deletions
|
|
@ -58,7 +58,7 @@ class CustomBasicObject(BasicObject):
|
|||
|
||||
def at_after_move(self):
|
||||
"""
|
||||
This hook is called just after the player has been successfully moved.
|
||||
This hook is called just after the object has been successfully moved.
|
||||
"""
|
||||
pass
|
||||
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ class EvenniaBasicPlayer(object):
|
|||
|
||||
def at_before_move(self, target_location):
|
||||
"""
|
||||
This hook is called just before the object is moved.
|
||||
This hook is called just before the player is moved.
|
||||
Input:
|
||||
target_location (obj): The location the player is about to move to.
|
||||
Return value:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue