TickerHandler stuff, more

This commit is contained in:
BattleJenkins 2017-11-29 15:29:49 -08:00
parent d6a5af1f21
commit 8cd33261fa

View file

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