4 lines
151 B
JavaScript
4 lines
151 B
JavaScript
if (!this.item.system.twohanded.value)
|
|
{
|
|
this.item.system.flaws.value = this.item.system.flaws.value.concat([{name : "tiring"}, {name : "slow"}])
|
|
} |