TickerHandler stuff, more

This commit is contained in:
BattleJenkins 2017-11-29 15:29:49 -08:00
parent 9e8a400049
commit 0c8db01d56

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