Merge pull request #167 from Arnatious/fix-faction-sheet
fix faction sheet vanishing on faction delete
This commit is contained in:
commit
71a6510ea5
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ export class BladesFactionSheet extends BladesSheet {
|
||||||
/** @override */
|
/** @override */
|
||||||
static get defaultOptions() {
|
static get defaultOptions() {
|
||||||
return foundry.utils.mergeObject(super.defaultOptions, {
|
return foundry.utils.mergeObject(super.defaultOptions, {
|
||||||
classes: ["blades-in-the-dark", "sheet", "item", "faction"],
|
classes: ["blades-in-the-dark", "sheet", "actor", "faction"],
|
||||||
template: "systems/blades-in-the-dark/templates/faction-sheet.html",
|
template: "systems/blades-in-the-dark/templates/faction-sheet.html",
|
||||||
width: 900,
|
width: 900,
|
||||||
height: 'auto',
|
height: 'auto',
|
||||||
|
@ -53,4 +53,4 @@ export class BladesFactionSheet extends BladesSheet {
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue