Merge branch 'dev_softlock' into dev

This commit is contained in:
Vlyan
2022-01-14 16:46:01 +01:00
15 changed files with 51 additions and 42 deletions

View File

@@ -31,6 +31,9 @@ export class BaseCharacterSheetL5r5e extends BaseSheetL5r5e {
// Split Items by types
sheetData.data.splitItemsList = this._splitItems(sheetData);
// Shortcut for some tests
sheetData.data.editable_not_soft_locked = sheetData.editable && !sheetData.data.data.soft_locked;
return sheetData;
}