v12 support

This commit is contained in:
2024-07-26 12:51:32 +02:00
parent 3aab5959fb
commit 193c097882
20 changed files with 133 additions and 127 deletions

View File

@ -3,7 +3,7 @@ export default class RMSSSpellSheet extends ItemSheet {
// Set the height and width
static get defaultOptions() {
return mergeObject(super.defaultOptions, {
return foundry.utils.mergeObject(super.defaultOptions, {
width: 530,
height: 440,
classes: ["rmss", "sheet", "item"]
@ -12,7 +12,7 @@ export default class RMSSSpellSheet extends ItemSheet {
// If our sheet is called here it is.
get template() {
return "systems/rmss/templates/sheets/spells/rmss-spell-sheet.html";
return "systems/fvtt-rolemaster-frp/templates/sheets/spells/rmss-spell-sheet.html";
}
// Make the data available to the sheet template