From 2b8a66a4ad45c5ebb38703a67a943d79aa6d38cb Mon Sep 17 00:00:00 2001 From: Ben Straub Date: Fri, 23 Aug 2024 16:37:14 -0700 Subject: [PATCH] Quiet a warning --- src/module/datasworn2/ids.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/module/datasworn2/ids.ts b/src/module/datasworn2/ids.ts index 5fc8b1b5a..3efd35603 100644 --- a/src/module/datasworn2/ids.ts +++ b/src/module/datasworn2/ids.ts @@ -21,7 +21,8 @@ export const lookupLegacyId = (dsid: string): string => { !legacyId && !dsid.includes('sundered_isles') && !dsid.includes('oracle_rollable.row:') && - !dsid.includes('truth:classic') + !dsid.includes('truth:classic') && + !dsid.startsWith('delve_site') ) { console.log('!!! No legacy ID for', dsid) }