diff --git a/client/homebrew/editor/snippets/classfeature.gen.js b/client/homebrew/editor/snippets/classfeature.gen.js index e79dc244d..2ca3abc9c 100644 --- a/client/homebrew/editor/snippets/classfeature.gen.js +++ b/client/homebrew/editor/snippets/classfeature.gen.js @@ -19,8 +19,8 @@ module.exports = function(classname){ "#### Hit Points", "___", "- **Hit Dice:** 1d" + hitDie + " per " + classname + " level", - "- **Hit Points at 1st Level:** " + hitDie + " + your Constituion modifier", - "- **Hit Points at Higher Levels:** 1d" + hitDie + " (or " + (hitDie/2 + 1) + ") + your Constituion modifier per " + classname + " level after 1st", + "- **Hit Points at 1st Level:** " + hitDie + " + your Constitution modifier", + "- **Hit Points at Higher Levels:** 1d" + hitDie + " (or " + (hitDie/2 + 1) + ") + your Constitution modifier per " + classname + " level after 1st", "", "#### Proficiencies", "___", @@ -39,4 +39,4 @@ module.exports = function(classname){ "- " + (_.sample(["10 lint fluffs", "1 button", "a cherished lost sock"])), "\n\n\n" ].join('\n'); -} \ No newline at end of file +}