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

@ -1,15 +1,6 @@
const { NumberField, StringField } = foundry.data.fields;
export function registerWorldSettings() {
game.settings.register(`ripcrypt`, `showDelveTour`, {
name: `Delve Tour Popup`,
scope: `world`,
type: Boolean,
config: false,
default: true,
requiresReload: false,
});
game.settings.register(`ripcrypt`, `sandsOfFateInitial`, {
name: `RipCrypt.setting.sandsOfFateInitial.name`,
hint: `RipCrypt.setting.sandsOfFateInitial.hint`,