diff --git a/README.md b/README.md index 9d18b5ee..be9e3eb5 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ to the issue tracker or submit merge requests for code changes. To create an iss ## Licensing -Dungeonslayers (© Christian Kennig) is licensed under [CC BY-NC-SA 3.0](https://creativecommons.org/licenses/by-nc-sa/3.0/de/deed.en). +[Dungeonslayers](http://dungeonslayers.de/) (© Christian Kennig) is licensed under [CC BY-NC-SA 3.0](https://creativecommons.org/licenses/by-nc-sa/3.0/de/deed.en). The icons in [src/assets/icons/official](src/assets/icons/official) are slightly modifed versions of original Dungeonslayers icons, which have also been published under diff --git a/src/module/config.ts b/src/module/config.ts index 9c69ea2f..b9389456 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/DS4-SPC.png", - targetedSpellcasting: "systems/ds4/assets/icons/official/DS4-TSC.png", + spellcasting: "systems/ds4/assets/icons/official/spellcasting.png", + targetedSpellcasting: "systems/ds4/assets/icons/official/targeted-spellcasting.png", }, /**