mirror of
https://github.com/evennia/evennia.git
synced 2026-04-04 15:07:16 +02:00
Fix condition ticking
This commit is contained in:
parent
d9d4a8292f
commit
228c4740bb
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