#19 : Gestion des entités dans les combats
This commit is contained in:
parent
5ee0daccc7
commit
4f09c278e9
@ -159,7 +159,7 @@ export class RdDActor extends Actor {
|
|||||||
if (attCategory.match("epee") && (defCategory == "hache" || defCategory == "lance"))
|
if (attCategory.match("epee") && (defCategory == "hache" || defCategory == "lance"))
|
||||||
need_resist = true;
|
need_resist = true;
|
||||||
}
|
}
|
||||||
if (this.data.data.sante.sonne.value || rollData.particuliereAttaque == "finesse") {
|
if (this.data.type != 'entite' && (this.data.data.sante.sonne.value || rollData.particuliereAttaque == "finesse")) {
|
||||||
rollData.needSignificative = true;
|
rollData.needSignificative = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user