mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 01:36:32 +01:00
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
|
||||
desc = self.rhs or ""
|
||||
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:
|
||||
return
|
||||
desc = self.args
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue