Ajout des saignements

This commit is contained in:
2025-10-02 19:44:27 +02:00
parent 7370b633db
commit d46b039a63
3 changed files with 29 additions and 1 deletions

View File

@@ -209,6 +209,9 @@ export class RdDItemBlessure extends RdDItem {
isCritique() {
return this.system.gravite > 4 && this.system.gravite <= 6
}
isBleeding() {
return this.system.gravite > 2 && !this.system.premierssoins.done
}
isMort() {
return this.system.gravite > 6
}