Fix stun hindrances

This commit is contained in:
2024-04-11 16:37:42 +02:00
parent 1b655a9c0e
commit 0c215e7a9c
2 changed files with 3 additions and 3 deletions

View File

@@ -1502,7 +1502,7 @@ export class PegasusActor extends Actor {
}
if (this.isOwner || game.user.isGM) {
// Update current hindrance level
let hindrance = this.system.combat.hindrancedice
let hindrance = 0; //this.system.combat.hindrancedice
if (!this.checkIgnoreHealth()) {
if (this.system.secondary.health.status == "wounded") {
hindrance += 1