fix and equipped props

This commit is contained in:
Vlyan
2020-12-16 19:23:04 +01:00
parent 182219337d
commit 5aa15f32fb
3 changed files with 14 additions and 5 deletions

View File

@@ -20,8 +20,6 @@ export class NpcSheetL5r5e extends BaseSheetL5r5e {
getData() {
const sheetData = super.getData();
this._prepareItems(sheetData);
sheetData.data.types = NpcSheetL5r5e.types;
return sheetData;