7 lines
111 B
JavaScript
7 lines
111 B
JavaScript
for(let key in this.item.system.AP)
|
|
{
|
|
if (this.item.system.AP[key])
|
|
{
|
|
this.item.system.AP[key]++;
|
|
}
|
|
} |