Release 1.0.0
This commit is contained in:
commit
637e703874
10 changed files with 921 additions and 0 deletions
8
modules/settings.js
Normal file
8
modules/settings.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
Hooks.on("ready", function() {
|
||||
|
||||
console.log("Adding the Beguiller class");
|
||||
|
||||
game.settings.set('dungeonworld', 'compendiumPrefix', 'dwgl')
|
||||
|
||||
});
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue