Clarify no-location desc error

This commit is contained in:
Griatch 2021-07-26 22:25:39 +02:00
parent d8720b1151
commit 07e765939c

View file

@ -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