From 0fc726a5af78a5040203db3da17a276d2401ac66 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Fri, 22 Jan 2021 22:56:58 +0100 Subject: [PATCH] fix spell icon path --- 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 b9389456..cd927290 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/icons/official/spellcasting.png", - targetedSpellcasting: "systems/ds4/assets/icons/official/targeted-spellcasting.png", + spellcasting: "systems/ds4/assets/icons/official/combat-values/spellcasting.png", + targetedSpellcasting: "systems/ds4/assets/icons/official/combat-values/targeted-spellcasting.png", }, /**