Fix sheets
This commit is contained in:
@ -46,7 +46,6 @@ Hooks.once("init", function () {
|
||||
armor: models.LethalFantasyArmor,
|
||||
shield: models.LethalFantasyShield,
|
||||
spell: models.LethalFantasySpell,
|
||||
save: models.LethalFantasySave,
|
||||
vulnerability: models.LethalFantasyVulnerability,
|
||||
equipment: models.LethalFantasyEquipment,
|
||||
miracle: models.LethalFantasyMiracle
|
||||
@ -61,7 +60,6 @@ Hooks.once("init", function () {
|
||||
Items.registerSheet("lethalFantasy", applications.LethalFantasySkillSheet, { types: ["skill"], makeDefault: true })
|
||||
Items.registerSheet("lethalFantasy", applications.LethalFantasyGiftSheet, { types: ["gift"], makeDefault: true })
|
||||
Items.registerSheet("lethalFantasy", applications.LethalFantasyVulnerabilitySheet, { types: ["vulnerability"], makeDefault: true })
|
||||
Items.registerSheet("lethalFantasy", applications.LethalFantasySaveSheet, { types: ["save"], makeDefault: true })
|
||||
Items.registerSheet("lethalFantasy", applications.LethalFantasyWeaponSheet, { types: ["weapon"], makeDefault: true })
|
||||
Items.registerSheet("lethalFantasy", applications.LethalFantasySpellSheet, { types: ["spell"], makeDefault: true })
|
||||
Items.registerSheet("lethalFantasy", applications.LethalFantasyArmorSheet, { types: ["armor"], makeDefault: true })
|
||||
|
Reference in New Issue
Block a user