From 6f4ae1cb1a64489d13b0f7deb19142664d3ec6d8 Mon Sep 17 00:00:00 2001 From: Ben Straub Date: Fri, 23 Aug 2024 16:37:25 -0700 Subject: [PATCH] Fully render oracle row text --- src/module/datasworn2/import/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module/datasworn2/import/index.ts b/src/module/datasworn2/import/index.ts index 51a4786e7..7822a22a7 100644 --- a/src/module/datasworn2/import/index.ts +++ b/src/module/datasworn2/import/index.ts @@ -421,7 +421,7 @@ for (const collection of collections) { const rowId = hash(lookupLegacyId(row._id)) return { range: [row.roll.min, row.roll.max], - text: renderLinksInStr(row.text), + text: renderText(row.text), _key: `!tables.results!${fid}.${rowId}`, _id: rowId }