✨
This commit is contained in:
@ -3,6 +3,6 @@ import PokemonItemSheet from "./modules/sheets/PokemonItemSheet.js";
|
||||
Hooks.once("init", function() {
|
||||
console.log("pokemon | Initializing the Pokémon system");
|
||||
|
||||
Items.unregisterSheet("core", ItemSheet);
|
||||
Items.registerSheet("pokemon", PokemonItemSheet, { makeDefault: true });
|
||||
foundry.documents.collections.Items.unregisterSheet("core", foundry.appv1.sheets.ItemSheet);
|
||||
foundry.documents.collections.Items.registerSheet("pokemon", PokemonItemSheet, { makeDefault: true });
|
||||
});
|
Reference in New Issue
Block a user