Skip to content

Commit

Permalink
Always show item names when opening
Browse files Browse the repository at this point in the history
  • Loading branch information
themrrobert committed Feb 19, 2024
1 parent 389747f commit fda6516
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mahoji/lib/abstracted_commands/openCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ async function finalizeOpening({
? `Loot from ${cost.amount(openables[0].openedItem.id)}x ${openables[0].name}`
: 'Loot From Opening',
user,
previousCL
previousCL,
mahojiFlags: ['show_names']
});

if (loot.has('Coins')) {
Expand Down

0 comments on commit fda6516

Please sign in to comment.