From 22f25b45ce10d350c31bb1189a0e6dfdfe7dcf4a Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Tue, 19 Nov 2024 23:58:09 +0100 Subject: [PATCH] Fix typo "ambidextre" --- module/actor/random/app-personnage-aleatoire.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/actor/random/app-personnage-aleatoire.js b/module/actor/random/app-personnage-aleatoire.js index 47888d69..c4e23799 100644 --- a/module/actor/random/app-personnage-aleatoire.js +++ b/module/actor/random/app-personnage-aleatoire.js @@ -19,7 +19,7 @@ const PATHS = [ const RANDOM_VALUES = { 'system.sexe': { 'masculin': 1, 'féminin': 1 }, - 'system.main': { 'droitier': 51, 'gaucher': 15, 'ambidectre': 6 }, + 'system.main': { 'droitier': 51, 'gaucher': 15, 'ambidextre': 6 }, 'system.cheveux': { 'noirs': 2, 'bruns': 5, 'châtains clair': 5, 'blonds': 4, 'blonds très clair': 1, 'roux carotte': 1, 'roux cuivré': 3 }, 'system.yeux': { 'noirs': 2, 'noisettes': 3, 'bruns vert': 4, 'verts': 3, 'bleus clair': 3, 'bleus gris': 2, 'gris': 1, 'mauves': 1, 'indigos': 1 }, }