#66 - Ajout objets divers
This commit is contained in:
@ -12,7 +12,7 @@ import { RdDActor } from "./actor.js";
|
||||
import { RdDItemSheet } from "./item-sheet.js";
|
||||
import { RdDActorSheet } from "./actor-sheet.js";
|
||||
import { RdDActorCreatureSheet } from "./actor-creature-sheet.js";
|
||||
import { RdDActorHumanoideSheet } from "./actor-humanoide-sheet.js";
|
||||
//import { RdDActorHumanoideSheet } from "./actor-humanoide-sheet.js";
|
||||
import { RdDActorEntiteSheet } from "./actor-entite-sheet.js";
|
||||
import { RdDUtility } from "./rdd-utility.js";
|
||||
import { TMRUtility } from "./tmr-utility.js";
|
||||
@ -191,10 +191,10 @@ Hooks.once("init", async function() {
|
||||
types: ["creature"],
|
||||
makeDefault: true
|
||||
});
|
||||
Actors.registerSheet("foundryvtt-reve-de-dragon", RdDActorHumanoideSheet, {
|
||||
/*Actors.registerSheet("foundryvtt-reve-de-dragon", RdDActorHumanoideSheet, {
|
||||
types: ["humanoide"],
|
||||
makeDefault: true
|
||||
});
|
||||
});*/
|
||||
Actors.registerSheet("foundryvtt-reve-de-dragon", RdDActorEntiteSheet, {
|
||||
types: ["entite"],
|
||||
makeDefault: true
|
||||
|
Reference in New Issue
Block a user