Fix condition ticking

This commit is contained in:
BattleJenkins 2017-11-18 13:25:47 -08:00
parent d9d4a8292f
commit 228c4740bb

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)
"""