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