Add missing spells
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
/************************************************************************************/
|
||||
import WFRP_Tables from "/systems/wfrp4e/modules/system/tables-wfrp4e.js";
|
||||
import WFRP4E from "/systems/wfrp4e/modules/system/config-wfrp4e.js";
|
||||
import ActorWfrp4e from "/systems/wfrp4e//modules/actor/actor-wfrp4e.js";
|
||||
|
||||
/************************************************************************************/
|
||||
@ -164,8 +166,8 @@ var compmod = "wfrp4e";
|
||||
Hooks.once('init', () => {
|
||||
|
||||
// Replace to manage specific bonuses/char. computations
|
||||
CONFIG.Actor.entityClass = ActorWfrp4e_fr;
|
||||
|
||||
//CONFIG.Actor.entityClass = ActorWfrp4e_fr;
|
||||
|
||||
// Check various settings in the installation
|
||||
game.modules.forEach((module, name) => {
|
||||
if ( name == "wfrp4e-core" && module.active) {
|
||||
|
Reference in New Issue
Block a user