Update tb_basic.py
Fixing issue with at_pre_move not having the updated arguments for 1.0
This commit is contained in:
parent
f66db3344d
commit
12efd183f1
1 changed files with 1 additions and 1 deletions
|
|
@ -323,7 +323,7 @@ class TBBasicCharacter(DefaultCharacter):
|
||||||
can be changed at creation and factor into combat calculations.
|
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
|
Called just before starting to move this object to
|
||||||
destination.
|
destination.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue