From 4040c8605c2e69e5d35324bcbd98ec357b60d1ba Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Fri, 22 Jan 2021 22:01:31 +0100 Subject: [PATCH] Apply 2 suggestion(s) to 1 file(s) --- src/module/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/module/config.ts b/src/module/config.ts index e02a3c90..428744af 100644 --- a/src/module/config.ts +++ b/src/module/config.ts @@ -30,8 +30,8 @@ export const DS4 = { * Define the file paths to icon images */ spellTypesIcons: { - spellcasting: "systems/ds4/assets/official/DS4-SPC.png", - targetedSpellcasting: "systems/ds4/assets/official/DS4-TSC.png", + spellcasting: "src/assets/official/combat-values/spellcasting.png", + targetedSpellcasting: "src/assets/official/combat-values/targeted-spellcasting.png", }, /**