2024-05-17 01:07:37 +02:00
|
|
|
if (args.opposedTest.attackerTest.item?.name.includes("Morsure"))
|
2024-05-16 17:57:51 +02:00
|
|
|
{
|
|
|
|
let woundsGained = args.totalWoundLoss;
|
2024-05-17 01:07:37 +02:00
|
|
|
this.script.scriptMessage(`Récupère ${woundsGained} Blessures`, { whisper: ChatMessage.getWhisperRecipients("GM") })
|
2024-05-16 17:57:51 +02:00
|
|
|
this.actor.modifyWounds(woundsGained)
|
|
|
|
}
|