Add items

This commit is contained in:
2021-02-17 18:02:11 +01:00
parent c28277fae1
commit 5790525c82
9 changed files with 1279 additions and 1 deletions

View File

@ -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();
});