diff --git a/modules/pegasus-item.js b/modules/pegasus-item.js index c98e560..c6e6b98 100644 --- a/modules/pegasus-item.js +++ b/modules/pegasus-item.js @@ -14,6 +14,7 @@ export const defaultItemImg = { equipment: "systems/fvtt-pegasus-rpg/images/icons/icon_equipment.webp", weapon: "systems/fvtt-pegasus-rpg/images/icons/icon_meleeweapon.webp", shield: "systems/fvtt-pegasus-rpg/images/icons/icon_shield.webp", + money: "systems/fvtt-pegasus-rpg/images/icons/icon_money.webp", } /** diff --git a/system.json b/system.json index b7286f5..0ec3154 100644 --- a/system.json +++ b/system.json @@ -183,6 +183,6 @@ "templateVersion": 81, "title": "Pegasus RPG", "url": "https://www.uberwald.me/data/files/fvtt-pegasus-rpg", - "version": "0.4.20", + "version": "0.4.21", "background" : "./images/ui/pegasus_welcome_page.webp" }