From e332c24c514f9c05e31dfa11438a1e5dd9b553b7 Mon Sep 17 00:00:00 2001 From: sladecraven Date: Fri, 6 Nov 2020 00:21:47 +0100 Subject: [PATCH] Add missing spells --- babele-register.js | 3 ++- module.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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",