Skip to content

Commit

Permalink
closes #73
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Aug 23, 2024
1 parent 23f2850 commit 0567691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/helpers/autocontent/traitscrolls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export function generateTraitScrolls(
Object.keys(allTraits).forEach((traitName) => {
const traitData = allTraits[traitName];

if (traitData.spellGiven) return;
if (traitData.spellGiven || traitData.isAncient) return;

allRuneScrolls.add(traitName);
});
Expand Down

0 comments on commit 0567691

Please sign in to comment.