2024-05-16 17:57:51 +02:00
|
|
|
if (args.test.characteristicKey == "wp" && args.test.failed && args.test.result.SL <= -3)
|
|
|
|
{
|
2024-05-17 01:07:37 +02:00
|
|
|
this.script.scriptNotification("Ajout de A Terre");
|
2024-05-16 17:57:51 +02:00
|
|
|
this.actor.addCondition("prone")
|
|
|
|
}
|