From 07e765939ca65715b912afa94216eaf2ed24e8fc Mon Sep 17 00:00:00 2001 From: Griatch Date: Mon, 26 Jul 2021 22:25:39 +0200 Subject: [PATCH] Clarify no-location desc error --- evennia/commands/default/building.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/commands/default/building.py b/evennia/commands/default/building.py index f54e9281dc..9802de7d23 100644 --- a/evennia/commands/default/building.py +++ b/evennia/commands/default/building.py @@ -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