diff --git a/module/applications/sheets/npc-sheet.mjs b/module/applications/sheets/npc-sheet.mjs index bc5b78f..64c2343 100644 --- a/module/applications/sheets/npc-sheet.mjs +++ b/module/applications/sheets/npc-sheet.mjs @@ -52,7 +52,6 @@ export default class VermineNpcSheetV2 extends VermineBaseActorSheet { context.npcExperienceOptions = CONFIG.VERMINE.npcExperienceLevels context.npcRoleOptions = CONFIG.VERMINE.npcRoleLevels context.totemOptions = CONFIG.VERMINE.totems - context.originOptions = CONFIG.VERMINE.origins break case "traits": context.tab = context.tabs.traits diff --git a/templates/actor/appv2/npc-main.hbs b/templates/actor/appv2/npc-main.hbs index 7216dee..02e3c78 100644 --- a/templates/actor/appv2/npc-main.hbs +++ b/templates/actor/appv2/npc-main.hbs @@ -117,14 +117,7 @@
{{#if isEditMode}} - + {{else}} {{system.identity.origin}} {{/if}}