From c9b4f62a590449da5576046525f9364da3e422fb4fb871a0ee7be44efcfa026f Mon Sep 17 00:00:00 2001 From: aslan Date: Wed, 21 Jan 2026 14:56:11 -0500 Subject: [PATCH] Inventory item info --- src/modules/game/game.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/game/game.ts b/src/modules/game/game.ts index fdd7703..9bfafc3 100644 --- a/src/modules/game/game.ts +++ b/src/modules/game/game.ts @@ -139,6 +139,8 @@ const onInventory = (text: string, roomId: string, sender: string) => { ${item.stats.map(mapAbility)} `, ); + + return; } const mapItem = (item: IItem, index: number): string => {