diff --git a/babele-register.js b/babele-register.js index 9c798cc..4924cb2 100644 --- a/babele-register.js +++ b/babele-register.js @@ -166,7 +166,8 @@ var compmod = "wfrp4e"; Hooks.once('init', () => { // Replace to manage specific bonuses/char. computations - //CONFIG.Actor.entityClass = ActorWfrp4e_fr; + WFRP_Tables = game.wfrp.tables; + CONFIG.Actor.entityClass = ActorWfrp4e_fr; // Check various settings in the installation game.modules.forEach((module, name) => { diff --git a/module.json b/module.json index f2d17d2..1ca9e7e 100644 --- a/module.json +++ b/module.json @@ -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.7", + "version": "1.3.8", "minimumCoreVersion" : "0.6.6", "compatibleCoreVersion": "1.0.0", "author": "LeRatierBretonnien",