Fix condition ticking
This commit is contained in:
parent
44c75d8d18
commit
686b290b5d
1 changed files with 2 additions and 2 deletions
|
|
@ -473,8 +473,8 @@ class TBItemsCharacter(DefaultCharacter):
|
||||||
if not is_in_combat(self): # Not in combat
|
if not is_in_combat(self): # Not in combat
|
||||||
# Apply conditions that fire every turn
|
# Apply conditions that fire every turn
|
||||||
self.apply_turn_conditions()
|
self.apply_turn_conditions()
|
||||||
# Tick down condition durations
|
# Tick down condition durations
|
||||||
condition_tickdown(self, self)
|
condition_tickdown(self, self)
|
||||||
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue