Add inventory tagging
This commit is contained in:
parent
940c9909a2
commit
a1427fdb84
1 changed files with 1 additions and 1 deletions
|
|
@ -390,7 +390,7 @@ class CmdInventory(COMMAND_DEFAULT_CLASS):
|
||||||
"{}|n".format(utils.crop(raw_ansi(item.db.desc or ""), width=50) or ""),
|
"{}|n".format(utils.crop(raw_ansi(item.db.desc or ""), width=50) or ""),
|
||||||
)
|
)
|
||||||
string = f"|wYou are carrying:\n{table}"
|
string = f"|wYou are carrying:\n{table}"
|
||||||
self.caller.msg(string)
|
self.caller.msg(text=(string, {"type": "inventory"}))
|
||||||
|
|
||||||
|
|
||||||
class CmdGet(COMMAND_DEFAULT_CLASS):
|
class CmdGet(COMMAND_DEFAULT_CLASS):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue