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