Files
2025-05-10 00:11:46 +02:00

5 lines
158 B
JavaScript

if (args.totalWoundLoss > 0)
{
// I'm assuming the endurance test specified is for the end-round check
await args.actor.addCondition("poisoned", 2);
}