Add missing spells
This commit is contained in:
parent
8019b25bda
commit
b7fa9366de
@ -273,7 +273,7 @@ const __check_fix_wrong_modules = ( chatFlag, patchFinished ) => {
|
||||
fetch(file).then(r=>r.json()).then(records => {
|
||||
console.log("Patch !!!", filename, records);
|
||||
//WFRP_Tables[filename] = records;
|
||||
//game.wfrp4e.tables[filename] = records;
|
||||
game.wfrp4e.tables[filename] = records;
|
||||
});
|
||||
}
|
||||
}
|
||||
@ -398,10 +398,10 @@ Hooks.once('ready', () => {
|
||||
if (game.user.isGM)
|
||||
ChatMessage.create( { title: "Patch en progression", content: "Les modules WFRP4E sont <strong>en cours de patch pour traduction</strong>... Merci <strong>d'attendre le message de fin</strong> (dans environ 20 secondes)", whisper: ChatMessage.getWhisperRecipients("GM") } );
|
||||
|
||||
//setTimeout( __check_fix_wrong_modules, 2000, true, false);
|
||||
//setTimeout( __check_fix_wrong_modules, 10000, false, false);
|
||||
//setTimeout( __check_fix_wrong_modules, 20000, false, true);
|
||||
//setTimeout( __add_actors_translation, 21000, false, true);
|
||||
setTimeout( __check_fix_wrong_modules, 2000, true, false);
|
||||
setTimeout( __check_fix_wrong_modules, 10000, false, false);
|
||||
setTimeout( __check_fix_wrong_modules, 20000, false, true);
|
||||
setTimeout( __add_actors_translation, 21000, false, true);
|
||||
|
||||
let compmod = "wfrp4e";
|
||||
// Check various settings in the installation
|
||||
|
@ -3,7 +3,7 @@
|
||||
"name": "WH4-fr-translation",
|
||||
"title": "Traduction du module WH4 en Français.",
|
||||
"description": "La traduction du module WH4.",
|
||||
"version": "1.3.6",
|
||||
"version": "1.3.7",
|
||||
"minimumCoreVersion" : "0.6.6",
|
||||
"compatibleCoreVersion": "1.0.0",
|
||||
"author": "LeRatierBretonnien",
|
||||
|
Loading…
Reference in New Issue
Block a user