Inventory item info

This commit is contained in:
Aslan 2026-01-21 14:56:11 -05:00
parent d4368db35b
commit c9b4f62a59

View file

@ -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 => {