4 lines
140 B
JavaScript
Raw Normal View History

2024-06-06 21:09:27 +02:00
let nbBleeding = 1 + Number(this.effect.sourceTest.result.SL);
this.actor.removeCondition("bleeding", nbBleeding);
console.log(this.actor);