diff --git a/src/module/actor/entity.js b/src/module/actor/entity.js index 97c147c..e3f9dac 100644 --- a/src/module/actor/entity.js +++ b/src/module/actor/entity.js @@ -568,7 +568,7 @@ export class AcksActor extends Actor { const hp = this.data.data.hp; // Remaining goes to health - const dh = Math.clamped(hp.value - amount, 0, hp.max); + const dh = Math.clamped(hp.value - amount, -99, hp.max); // Update the Actor return this.update({