Intégration astrologie

Intégration du thème astral dans les fenêtres d'astrologie
This commit is contained in:
2023-03-08 02:02:40 +01:00
parent 42ed5da2d4
commit 77cf72a752
20 changed files with 461 additions and 566 deletions

View File

@ -55,7 +55,7 @@ import { RdDFauneItemSheet } from "./item/sheet-faune.js";
import { RdDConteneurItemSheet } from "./item/sheet-conteneur.js";
import { RdDSigneDraconiqueItemSheet } from "./item/sheet-signedraconique.js";
import { RdDItemInventaireSheet } from "./item/sheet-base-inventaire.js";
import { ThemeAstral } from "./sommeil/theme-astral.js";
import { AppAstrologie } from "./sommeil/app-astrologie.js";
/**
* RdD system
@ -97,7 +97,7 @@ export class SystemReveDeDragon {
/* -------------------------------------------- */
async onInit() {
game.system.rdd = this;
this.ThemeAstral = ThemeAstral;
this.AppAstrologie = AppAstrologie;
console.log(`Initializing Reve de Dragon System`);