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