mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
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 ""),
|
||||
)
|
||||
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