forked from public/fvtt-yggdrasill
		
	Do not add carac value
This commit is contained in:
		| @@ -206,9 +206,7 @@ export class YggdrasillUtility  { | |||||||
|     // Select niveau de competence/arme/carac |     // Select niveau de competence/arme/carac | ||||||
|     if ( rollData.mode != "carac" ) { |     if ( rollData.mode != "carac" ) { | ||||||
|       niveauCompetence = rollData.competence.data.niveau; |       niveauCompetence = rollData.competence.data.niveau; | ||||||
|     } else { |     }  | ||||||
|       niveauCompetence = rollData.selectedCarac.value; |  | ||||||
|     } |  | ||||||
|  |  | ||||||
|     // Bonus/Malus total |     // Bonus/Malus total | ||||||
|     rollData.finalBM = rollData.bonusMalus; |     rollData.finalBM = rollData.bonusMalus; | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| { | { | ||||||
|   "name": "fvtt-yggdrasill", |   "name": "fvtt-yggdrasill", | ||||||
|   "title": "Yggdrasill", |   "title": "Yggdrasill", | ||||||
|   "description": "Système non-officiel Yggdrasill (7ièm Cercle) pour FoundryVTT", |   "description": "Système non-officiel Yggdrasill (7ième Cercle) pour FoundryVTT", | ||||||
|   "version": "1.1.15", |   "version": "1.1.16", | ||||||
|   "manifestPlusVersion": "1.0.0", |   "manifestPlusVersion": "1.0.0", | ||||||
|   "minimumCoreVersion": "0.8.0", |   "minimumCoreVersion": "0.8.0", | ||||||
|   "compatibleCoreVersion": "9", |   "compatibleCoreVersion": "9", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user