fix spell icon path
This commit is contained in:
parent
ef98b4a590
commit
0fc726a5af
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue