Skip to content

Commit

Permalink
Update module.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cswendrowski authored Apr 27, 2021
1 parent b3f46e1 commit 4586f88
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/module.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import ThirteenthAge from "./thirteenth-age.mjs";
import Pathfinder2E from "./pf2e.mjs";
import DnD5e from "./dnd5e.mjs";
import {CompendiumSettingsForm} from "./CompendiumSettingsForm.js";

class EncounterBuilder {
Expand Down Expand Up @@ -113,8 +112,7 @@ Hooks.once('ready', function() {

window.dungeonMoon = {
thirteenthAge: new ThirteenthAge(),
pathfinder2E: new Pathfinder2E(),
dnd5e: new DnD5e()
pathfinder2E: new Pathfinder2E()
};
});

Expand All @@ -130,4 +128,4 @@ Hooks.on('renderCombatTracker', () => {
$(".dungeon-moon-launcher-full").hide();
$(".dungeon-moon-launcher-smol").show();
}
});
});

0 comments on commit 4586f88

Please sign in to comment.