Inventory item info
This commit is contained in:
parent
d4368db35b
commit
c9b4f62a59
1 changed files with 2 additions and 0 deletions
|
|
@ -139,6 +139,8 @@ const onInventory = (text: string, roomId: string, sender: string) => {
|
|||
${item.stats.map(mapAbility)}
|
||||
</ul>`,
|
||||
);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
const mapItem = (item: IItem, index: number): string => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue