PR feedback pt 1

This commit is contained in:
Oliver-Akins 2025-03-04 15:45:33 -07:00
parent ebed79e93d
commit 8896903008
7 changed files with 42 additions and 23 deletions

View file

@ -117,7 +117,7 @@ export class HeroSummaryCardV1 extends GenericAppMixin(HandlebarsApplicationMixi
ctx.fate.options = [
{ label: `RipCrypt.common.empty`, v: `` },
...Object.values(gameTerms.FatePath)
.map(v => ({ label: `RipCrypt.common.path.${v}`, value: v })),
.map(v => ({ label: `RipCrypt.common.ordinals.${v}.full`, value: v })),
];
return ctx;
};