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
|
@ -42,6 +42,10 @@ Hooks.once("init", function() {
|
|||
CONFIG.SW5E = SW5E;
|
||||
CONFIG.Actor.entityClass = Actor5e;
|
||||
CONFIG.Item.entityClass = Item5e;
|
||||
|
||||
// Add DND5e namespace for module compatability
|
||||
game.dnd5e = game.sw5e;
|
||||
CONFIG.DND5E = CONFIG.SW5E;
|
||||
|
||||
// Register System Settings
|
||||
registerSystemSettings();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue