Files
wfrp-4e-de/reference_scripts/Ux4buMc7llF1Kg8p.js
T
2025-05-10 00:11:46 +02:00

4 lines
114 B
JavaScript

if (!this.actor.hasCondition("stunned") && !this.actor.hasCondition("unconcscious"))
{
this.effect.delete();
}