diff --git a/module/item/item-sheet.js b/module/item/item-sheet.js index 5519697..cb6fdc9 100644 --- a/module/item/item-sheet.js +++ b/module/item/item-sheet.js @@ -55,7 +55,7 @@ export class ExaltedThirdItemSheet extends ItemSheet { new foundry.applications.api.DialogV2({ window: { title: game.i18n.localize("Ex3.Macros"), }, content: html, - classes: [this.actor.getSheetBackground()], + classes: [this.item.getSheetBackground()], buttons: [{ action: "choice", label: game.i18n.localize("Ex3.Save"), diff --git a/system.json b/system.json index 877a5ce..485807c 100644 --- a/system.json +++ b/system.json @@ -4,7 +4,7 @@ "description": "Unofficial Exalted third edition system module for FoundryVTT! Portions of the materials are the copyrights and trademarks of Paradox Interactive AB, and are used with permission. All rights reserved. For more information please visit worldofdarkness.com.", "url": "https://github.com/Aliharu/Foundry-Ex3", "license": "LICENSE.txt", - "version": "3.4.0", + "version": "3.4.1", "compatibility": { "minimum": "12", "verified": "12", @@ -50,7 +50,7 @@ ], "relationships": [], "manifest": "https://raw.githubusercontent.com/Aliharu/Foundry-Ex3/master/system.json", - "download": "https://github.com/Aliharu/Foundry-Ex3/releases/download/v3.4.0/release3.4.0.zip", + "download": "https://github.com/Aliharu/Foundry-Ex3/releases/download/v3.4.1/release3.4.1.zip", "bugs": "https://github.com/Aliharu/Foundry-Ex3/issues", "gridDistance": 5, "gridUnits": "ft",