From 673fe30833da34648f4c14b937001f7a0653d486 Mon Sep 17 00:00:00 2001 From: TheGiddyLimit Date: Thu, 25 Jan 2024 20:44:37 +0000 Subject: [PATCH] chore(integration): remove Bardic Inspiration alias As of 0.9.35, this is no longer necessary --- module/js/integrations/ChrisPremades.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/module/js/integrations/ChrisPremades.js b/module/js/integrations/ChrisPremades.js index 6e2c092..59bb418 100644 --- a/module/js/integrations/ChrisPremades.js +++ b/module/js/integrations/ChrisPremades.js @@ -10,8 +10,6 @@ class _ChrisPremadesNameMappings { static _MAP_SPECIFIC = { "classFeature": { "Ki": "Ki Points", - // Note: for College of Creation bards it's "Bardic Inspiration, Magical Inspiration, & Mote of Potential" but we ignore this case - "Bardic Inspiration": "Bardic Inspiration & Magical Inspiration", }, };