Masquer attributs magiques si non-magique

This commit is contained in:
Vincent Vandemeulebrouck
2021-05-07 02:09:16 +02:00
parent b531e97fd1
commit 474a6a7ed8
8 changed files with 18 additions and 16 deletions
+1 -2
View File
@@ -64,8 +64,7 @@ export class RdDItemSheet extends ItemSheet {
owner: this.document.isOwner,
editable: this.isEditable,
cssClass: this.isEditable ? "editable" : "locked",
isSoins: false,
isEnchante: false
isSoins: false
}
if ( this.actor ) {
formData.isOwned = true;