Merge branch 'develop' into contrib/evadventure
This commit is contained in:
commit
9c45feaf10
9 changed files with 552 additions and 25 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue