v12 support
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user