Add actor sheet that is only the attribute list
This commit is contained in:
parent
ba05a0d088
commit
916f7ff589
4 changed files with 27 additions and 1 deletions
|
|
@ -1,8 +1,10 @@
|
|||
import { PlayerSheet } from "./PlayerSheet.mjs";
|
||||
|
||||
export class SingleModePlayerSheet extends PlayerSheet {
|
||||
// #region Data Prep
|
||||
async _prepareContent(ctx) {
|
||||
await super._prepareContent(ctx);
|
||||
ctx.toggled = false;
|
||||
};
|
||||
// #endregion Data Prep
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue