Finalize EiS translation + auto-patch

This commit is contained in:
2020-06-14 21:22:07 +02:00
parent 4236b23de3
commit 4daedd4487
6 changed files with 47 additions and 47 deletions

View File

@ -509,7 +509,7 @@ Hooks.once('init', () => {
return compendium.i18nName( { name: value } );
},
"mutations_modifier": (value) => {
console.log("Parsing mutation :", value);
//console.log("Parsing mutation :", value);
value = value.toLowerCase();
value = value.replace("weapon skill" ,"Capacité de Combat");
value = value.replace("ballistic skill", "Capacité de Tir");