forked from GitHub-Mirrors/foundry-sw5e
SuperVJ update
For module compatibility
This commit is contained in:
parent
aa60402d8b
commit
442212bdea
1 changed files with 4 additions and 0 deletions
4
sw5e.js
4
sw5e.js
|
@ -43,6 +43,10 @@ Hooks.once("init", function() {
|
||||||
CONFIG.Actor.entityClass = Actor5e;
|
CONFIG.Actor.entityClass = Actor5e;
|
||||||
CONFIG.Item.entityClass = Item5e;
|
CONFIG.Item.entityClass = Item5e;
|
||||||
|
|
||||||
|
// Add DND5e namespace for module compatability
|
||||||
|
game.dnd5e = game.sw5e;
|
||||||
|
CONFIG.DND5E = CONFIG.SW5E;
|
||||||
|
|
||||||
// Register System Settings
|
// Register System Settings
|
||||||
registerSystemSettings();
|
registerSystemSettings();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue