Clean-up after the old attempt at the crypt summary

This commit is contained in:
Oliver-Akins 2025-03-02 19:49:42 -07:00
parent 155685a6c3
commit 69dac6a0df
4 changed files with 0 additions and 120 deletions

View file

@ -2,7 +2,6 @@
import { AllItemSheetV1 } from "../Apps/ItemSheets/AllItemSheetV1.mjs";
import { CombinedHeroSheet } from "../Apps/ActorSheets/CombinedHeroSheet.mjs";
import { DelveDiceHUD } from "../Apps/DelveDiceHUD.mjs";
import { DelveTourApp } from "../Apps/DelveTourApp.mjs";
import { HeroSkillsCardV1 } from "../Apps/ActorSheets/HeroSkillsCardV1.mjs";
import { HeroSummaryCardV1 } from "../Apps/ActorSheets/HeroSummaryCardV1.mjs";
import { RipCryptCombatTracker } from "../Apps/sidebar/CombatTracker.mjs";
@ -39,9 +38,7 @@ Hooks.once(`init`, () => {
Logger.log(`Initializing`);
CONFIG.Combat.initiative.decimals = 2;
CONFIG.ui.crypt = DelveTourApp;
CONFIG.ui.delveDice = DelveDiceHUD;
// globalThis.delveDice = new DelveDiceHUD();
// #region Settings
registerMetaSettings();

View file

@ -19,10 +19,6 @@ Hooks.once(`ready`, () => {
if (game.paused) { game.togglePause() };
};
if (game.settings.get(`ripcrypt`, `showDelveTour`)) {
ui.crypt.render({ force: true });
};
ui.delveDice.render({ force: true });
// MARK: 1-time updates