Merge branch 'master' of github.com:evennia/evennia
This commit is contained in:
commit
1352fecf75
2 changed files with 2 additions and 2 deletions
|
|
@ -283,7 +283,7 @@ class CmdDrop(MuxCommand):
|
||||||
# now we send it into the error handler (this will output consistent
|
# now we send it into the error handler (this will output consistent
|
||||||
# error messages if there are problems).
|
# error messages if there are problems).
|
||||||
obj = AT_SEARCH_RESULT(caller, self.args, results, False,
|
obj = AT_SEARCH_RESULT(caller, self.args, results, False,
|
||||||
nofound_string="You don't carry %s." % self.args,
|
nofound_string="You aren't carrying %s." % self.args,
|
||||||
multimatch_string="You carry more than one %s:" % self.args)
|
multimatch_string="You carry more than one %s:" % self.args)
|
||||||
if not obj:
|
if not obj:
|
||||||
return
|
return
|
||||||
|
|
|
||||||
|
|
@ -259,7 +259,7 @@ class Object(TypeClass):
|
||||||
location=location,
|
location=location,
|
||||||
attribute_name=attribute_name,
|
attribute_name=attribute_name,
|
||||||
quiet=quiet,
|
quiet=quiet,
|
||||||
exact=quiet)
|
exact=exact)
|
||||||
|
|
||||||
def execute_cmd(self, raw_string, sessid=None):
|
def execute_cmd(self, raw_string, sessid=None):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue