Fix: recul contre entité de cauchemar

This commit is contained in:
2026-04-26 22:37:47 +02:00
parent 10aba8bd58
commit ef30e76449
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ export class RdDActor extends RdDBaseActorSang {
}
isForceInsuffisante(forceRequise) {
const force = parseInt(this.system.carac.force.value)
const force = parseInt(this.getForce())
return forceRequise > force
}