Fix: ajustements pour rdd
Pas de caractéristiques => isAjustementAstrologique doit retourner false (au lieu d'exception)
This commit is contained in:
parent
1484e40cf9
commit
49ad4ff9c8
@ -207,7 +207,7 @@ export class RdDResolutionTable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static isAjustementAstrologique(rollData) {
|
static isAjustementAstrologique(rollData) {
|
||||||
if (rollData.selectedCarac.label.toLowerCase().includes('chance')) {
|
if (rollData.selectedCarac && rollData.selectedCarac.label.toLowerCase().includes('chance')) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (rollData.selectedSort && rollData.selectedSort.data.isrituel) {
|
if (rollData.selectedSort && rollData.selectedSort.data.isrituel) {
|
||||||
|
Loading…
Reference in New Issue
Block a user