mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 12:37:16 +02:00
TickerHandler stuff, more
This commit is contained in:
parent
d6a5af1f21
commit
8cd33261fa
1 changed files with 1 additions and 1 deletions
|
|
@ -1307,7 +1307,7 @@ class TestTurnBattleFunc(EvenniaTest):
|
|||
turnhandler.stop()
|
||||
# Now time to test item stuff.
|
||||
user = create_object(tb_items.TBItemsCharacter, key="User")
|
||||
user.TICKER_HANDLER.remove(interval=30, callback=user.at_update)
|
||||
tb_items.tickerhandler.remove(interval=30, callback=user.at_update)
|
||||
testroom = create_object(DefaultRoom, key="Test Room")
|
||||
user.location = testroom
|
||||
test_healpotion = create_object(key="healing potion")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue