Merge pull request #3138 from Antrare/patch-6

Update tb_basic.py
This commit is contained in:
Griatch 2023-03-13 19:48:14 +01:00 committed by GitHub
commit 8dd1a82413
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -323,7 +323,7 @@ class TBBasicCharacter(DefaultCharacter):
can be changed at creation and factor into combat calculations.
"""
def at_pre_move(self, destination):
def at_pre_move(self, destination, move_type='move', **kwargs):
"""
Called just before starting to move this object to
destination.