Fix condition ticking

This commit is contained in:
BattleJenkins 2017-11-18 13:25:47 -08:00
parent 44c75d8d18
commit 686b290b5d

View file

@ -473,8 +473,8 @@ class TBItemsCharacter(DefaultCharacter):
if not is_in_combat(self): # Not in combat
# Apply conditions that fire every turn
self.apply_turn_conditions()
# Tick down condition durations
condition_tickdown(self, self)
# Tick down condition durations
condition_tickdown(self, self)
"""