mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 12:07:17 +02:00
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
|
||||
# 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)
|
||||
|
||||
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue