Clarify no-location desc error
This commit is contained in:
parent
d8720b1151
commit
07e765939c
1 changed files with 1 additions and 1 deletions
|
|
@ -685,7 +685,7 @@ class CmdDesc(COMMAND_DEFAULT_CLASS):
|
||||||
return
|
return
|
||||||
desc = self.rhs or ""
|
desc = self.rhs or ""
|
||||||
else:
|
else:
|
||||||
obj = caller.location or self.msg("|rYou can't describe oblivion.|n")
|
obj = caller.location or self.msg("|rYou don't have a location to describe.|n")
|
||||||
if not obj:
|
if not obj:
|
||||||
return
|
return
|
||||||
desc = self.args
|
desc = self.args
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue