Add missing spells

This commit is contained in:
sladecraven 2020-11-06 00:21:47 +01:00
parent b7fa9366de
commit e332c24c51
2 changed files with 3 additions and 2 deletions

View File

@ -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) => {

View File

@ -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",