Work around the aliases bug

Sigh.
This commit is contained in:
Howard Abrams 2025-06-16 20:53:11 -07:00
parent 426e339ed8
commit cc673a5c7a

View file

@ -278,6 +278,9 @@ class CmdRead(Command):
def find_readable(self, searcher, readable_str):
"""Search the room for a readable item."""
if readable_str == "chalkboard":
readable_str = "shrub"
targets = searcher.search(readable_str, quiet=True)
if not targets:
searcher.msg(f"You don't see {readable_str}.")