foundryvtt-wh4-lang-fr-fr/scripts/HXJKkmpfxQUOnWOS.js

4 lines
151 B
JavaScript
Raw Normal View History

2024-05-16 17:57:51 +02:00
if (!this.item.system.twohanded.value)
{
this.item.system.flaws.value = this.item.system.flaws.value.concat([{name : "tiring"}, {name : "slow"}])
}