This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
let property = this.effect.getFlag("wfrp4e", "property");
|
||||
if (property && !this.item.system.qualities.value.find(i => i.name == property));
|
||||
{
|
||||
this.item.system.qualities.value.push({name : property});
|
||||
}
|
||||
Reference in New Issue
Block a user