Updated taling_npc contrib to new standard import locations, thanks to patch by Metathink. Resolves issue 354.

This commit is contained in:
Griatch 2013-03-08 21:46:05 +01:00
parent f0fa6b5aee
commit d4b0afca83

View file

@ -23,17 +23,15 @@ mob implementation.
"""
from ev import Object, CmdSet, default_cmds
from contrib import menusystem
from game.gamesrc.objects.baseobjects import Object
from game.gamesrc.commands.basecmdset import CmdSet
from game.gamesrc.commands.basecommand import MuxCommand
#
# The talk command
#
class CmdTalk(MuxCommand):
class CmdTalk(default_cmds.MuxCommand):
"""
talks to an npc