Add items
This commit is contained in:
@ -13,6 +13,7 @@ import { SoSItemSheet } from "./item-sheet.js";
|
||||
import { SoSActorSheet } from "./actor-sheet.js";
|
||||
import { SoSUtility } from "./sos-utility.js";
|
||||
import { SoSCombat } from "./sos-combat.js";
|
||||
import { gearConverter } from "./gears_convert.js";
|
||||
|
||||
/* -------------------------------------------- */
|
||||
/* Foundry VTT Initialization */
|
||||
@ -88,6 +89,8 @@ Hooks.once("ready", function () {
|
||||
});
|
||||
}
|
||||
|
||||
//gearConverter.importgear();
|
||||
|
||||
welcomeMessage();
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user