2024-05-16 17:57:51 +02:00
|
|
|
if (args.opposedTest.result.hitloc.value == "body" && args.totalWoundLoss > 0)
|
|
|
|
{
|
|
|
|
args.actor.addCondition("bleeding", 1);
|
2024-05-17 01:07:37 +02:00
|
|
|
this.script.scriptNotification("Ajout d'Hémorragie")
|
2024-05-16 17:57:51 +02:00
|
|
|
}
|