mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 20:17:16 +02:00
Add inventory tagging
This commit is contained in:
parent
75cc8ef91a
commit
075fc996a3
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