mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 18:26:32 +01:00
Updated taling_npc contrib to new standard import locations, thanks to patch by Metathink. Resolves issue 354.
This commit is contained in:
parent
f0fa6b5aee
commit
d4b0afca83
1 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue