Skip to content

Commit

Permalink
Expanded error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Chomp committed Dec 7, 2024
1 parent 6a4bd7b commit ec517bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/src/services/CircleOfCultistService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export class CircleOfCultistService {
}
} else {
this.logger.error(
`Unable to fit all: ${rewards.length} reward items into sacrifice grid, nothing will be returned`,
`Unable to fit all: ${rewards.length} reward items into sacrifice grid, nothing will be returned (rewards so valuable cultists stole it)`,
);
}

Expand Down

0 comments on commit ec517bb

Please sign in to comment.