diff --git a/sheet.js b/sheet.js index 966a250..9cd522b 100644 --- a/sheet.js +++ b/sheet.js @@ -168,11 +168,6 @@ let rpModifiers = [ type: "full", value: function (e) { return e.INT + e.training + (e.mb * e.mastery); } }, - { - name: "Lore", - type: "textarea", - value: function (e) { return e.INT + e.training + (e.mb * e.mastery); } - }, { name: "Deception", type: "full", @@ -235,10 +230,10 @@ function populateModifiers(container, data) { `; } - else if (item.type === "textarea") { + else if (item.type === "input") { categoryDiv.innerHTML += `
- +