Skip to content

Commit ec517bb

Browse files
author
Chomp
committed
Expanded error message
1 parent 6a4bd7b commit ec517bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/src/services/CircleOfCultistService.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export class CircleOfCultistService {
157157
}
158158
} else {
159159
this.logger.error(
160-
`Unable to fit all: ${rewards.length} reward items into sacrifice grid, nothing will be returned`,
160+
`Unable to fit all: ${rewards.length} reward items into sacrifice grid, nothing will be returned (rewards so valuable cultists stole it)`,
161161
);
162162
}
163163

0 commit comments

Comments
 (0)