Merge branch 'develop' into contrib/evadventure

This commit is contained in:
Griatch 2022-08-28 14:56:34 +02:00
commit 9c45feaf10
9 changed files with 552 additions and 25 deletions

View file

@ -391,7 +391,7 @@ class CmdInventory(COMMAND_DEFAULT_CLASS):
"{}|n".format(utils.crop(raw_ansi(item.db.desc or ""), width=50) or ""),
)
string = f"|wYou are carrying:\n{table}"
self.caller.msg(string)
self.caller.msg(text=(string, {"type": "inventory"}))
class CmdGet(COMMAND_DEFAULT_CLASS):