forked from public/foundryvtt-wh4-lang-fr-fr
5 lines
166 B
JavaScript
5 lines
166 B
JavaScript
let extra = this.effect.getFlag("wfrp4e", "extra")
|
|
if (!this.item.system.properties.qualities[extra])
|
|
{
|
|
this.item.system.qualities.value.push({name : extra});
|
|
} |