Do a bit of cleanup

This commit is contained in:
Johannes Loher 2021-07-01 02:56:09 +02:00
parent 2161a8e92a
commit f26d75b56f
7 changed files with 34 additions and 34 deletions

View file

@ -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,