softlock xp & attributes

This commit is contained in:
Vlyan
2022-01-14 17:17:13 +01:00
parent bb1176cf42
commit ee144cbb81
4 changed files with 31 additions and 22 deletions

View File

@@ -134,7 +134,7 @@ export class BaseCharacterSheetL5r5e extends BaseSheetL5r5e {
*/
async _onDrop(event) {
// *** Everything below here is only needed if the sheet is editable ***
if (!this.isEditable) {
if (!this.isEditable || this.actor.data.data.soft_locked) {
return;
}