Minor fixes
This commit is contained in:
parent
d8095a10c0
commit
9d5883ca8d
@ -140,7 +140,7 @@ const __check_fix_wrong_modules = ( chatFlag, patchFinished ) => {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( name == "wfrp4e-rnhd" && module.active ) {
|
if ( name == "wfrp4e-rnhd" && module.active && game.wfrp4e.tables.career) {
|
||||||
game.wfrp4e.tables.career.name = "Carrières aléatoires";
|
game.wfrp4e.tables.career.name = "Carrières aléatoires";
|
||||||
|
|
||||||
FilePicker.browse("data", "modules/WH4-fr-translation/tables/").then(resp => {
|
FilePicker.browse("data", "modules/WH4-fr-translation/tables/").then(resp => {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "WH4-fr-translation",
|
"name": "WH4-fr-translation",
|
||||||
"title": "Traduction du module WH4 en Français.",
|
"title": "Traduction du module WH4 en Français.",
|
||||||
"description": "La traduction du module WH4.",
|
"description": "La traduction du module WH4.",
|
||||||
"version": "1.6.1",
|
"version": "1.6.2",
|
||||||
"minimumCoreVersion" : "0.7.1",
|
"minimumCoreVersion" : "0.7.1",
|
||||||
"compatibleCoreVersion": "0.7.9",
|
"compatibleCoreVersion": "0.7.9",
|
||||||
"author": "LeRatierBretonnien",
|
"author": "LeRatierBretonnien",
|
||||||
|
@ -1061,7 +1061,7 @@ export class WH4FRPatchConfig {
|
|||||||
"Résistance à l'alcool",
|
"Résistance à l'alcool",
|
||||||
"Calme",
|
"Calme",
|
||||||
"Résistance",
|
"Résistance",
|
||||||
"Parier",
|
"Pari",
|
||||||
"Intimidation",
|
"Intimidation",
|
||||||
"Langue (Au choix)",
|
"Langue (Au choix)",
|
||||||
"Langue (Grumbarth)",
|
"Langue (Grumbarth)",
|
||||||
@ -1079,7 +1079,7 @@ export class WH4FRPatchConfig {
|
|||||||
"Très résistant, Très fort",
|
"Très résistant, Très fort",
|
||||||
"Seconde vue, Sixième sens",
|
"Seconde vue, Sixième sens",
|
||||||
"Trait - Morsure",
|
"Trait - Morsure",
|
||||||
"Trait - Taille (Grand)",
|
"Trait - Taille (Grande)",
|
||||||
"Psychologie - Faim d'Ogre",
|
"Psychologie - Faim d'Ogre",
|
||||||
"Psychologie - Met favori (Cible)",
|
"Psychologie - Met favori (Cible)",
|
||||||
"Trait de tribu d'ogre (Au choix)",
|
"Trait de tribu d'ogre (Au choix)",
|
||||||
|
Loading…
Reference in New Issue
Block a user