Do a bit of cleanup
This commit is contained in:
parent
2161a8e92a
commit
f26d75b56f
7 changed files with 34 additions and 34 deletions
|
@ -95,10 +95,8 @@ export class DS4ItemSheet extends ItemSheet<ItemSheet.Options, DS4ItemSheetData>
|
|||
* Create a new ActiveEffect for the item using default data.
|
||||
*/
|
||||
protected async _createActiveEffect(): Promise<ActiveEffect | undefined> {
|
||||
const label = `New Effect`;
|
||||
|
||||
const createData = {
|
||||
label: label,
|
||||
label: "New Effect",
|
||||
changes: [],
|
||||
duration: {},
|
||||
transfer: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue