Minor reformat avant signes draconiques

This commit is contained in:
Vincent Vandemeulebrouck
2021-05-10 18:39:35 +02:00
parent 7b78732b13
commit f20a8055c6
7 changed files with 114 additions and 108 deletions

View File

@ -117,7 +117,7 @@ Hooks.once("init", async function () {
config: true,
default: true,
type: Boolean
});
});
/* -------------------------------------------- */
game.settings.register("foundryvtt-reve-de-dragon", "appliquer-famine-soif", {
name: "Notifier de la famine et la soif pour",
@ -131,7 +131,7 @@ Hooks.once("init", async function () {
"famine-soif": "la famine et la soif",
},
default: "aucun"
});
});
/* -------------------------------------------- */
// Set an initiative formula for the system
@ -176,7 +176,7 @@ Hooks.once("init", async function () {
RdDDice.init();
RdDCommands.init();
RdDCombat.init();
RdDCombatManager.init(),
RdDCombatManager.init();
RdDTokenHud.init();
RdDActor.init();
RddCompendiumOrganiser.init();
@ -198,12 +198,12 @@ function messageDeBienvenue() {
` });
}
}
/* -------------------------------------------- */
/* Foundry VTT Initialization */
/* -------------------------------------------- */
Hooks.once("ready", function () {
StatusEffects.onReady();
RdDHerbes.initializeHerbes();