Skip to content

Commit f6cfa01

Browse files
committed
fix: wrong DLs shown in study roll dialog
1 parent f6c9203 commit f6cfa01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/helpers/study-roll.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export async function handleStudyTarget(app, studyValue) {
3636
*/
3737
export async function handleStudyRoll(app) {
3838
const useRevisedStudyRule = game.settings.get('projectfu', 'useRevisedStudyRule');
39-
const difficultyThresholds = useRevisedStudyRule ? FU.studyRoll.revised : FU.studyRoll.revised;
39+
const difficultyThresholds = useRevisedStudyRule ? FU.studyRoll.revised : FU.studyRoll.core;
4040

4141
const submit = game.i18n.localize(`FU.Submit`);
4242

0 commit comments

Comments
 (0)