Update traduction

This commit is contained in:
2020-09-04 08:53:00 +02:00
parent 401e507559
commit ffd187a832
4 changed files with 19 additions and 3 deletions

View File

@@ -156,6 +156,7 @@ class ActorWfrp4e_fr extends ActorSheetWfrp4e {
}
}
/************************************************************************************/
var compmod = "wfrp4e";
@@ -166,7 +167,7 @@ Hooks.once('init', () => {
//CONFIG.Actor.entityClass = ActorWfrp4e_fr;
//Actors.unregisterSheet("core", ActorSheetWfrp4eCharacter);
Actors.registerSheet("wfrp4e", ActorWfrp4e_fr, { types: ["character"], makeDefault: true });
// Check various settings in the installation
game.modules.forEach((module, name) => {
if ( name == "wfrp4e-content" && module.active) {