diff --git a/client/homebrew/editor/snippetbar/snippets/classfeature.gen.js b/client/homebrew/editor/snippetbar/snippets/classfeature.gen.js index 2ca3abc..2359d3e 100644 --- a/client/homebrew/editor/snippetbar/snippets/classfeature.gen.js +++ b/client/homebrew/editor/snippetbar/snippets/classfeature.gen.js @@ -2,7 +2,7 @@ var _ = require('lodash'); module.exports = function(classname){ - classname = classname || _.sample(['archivist', 'fancyman', 'linguist', 'fletcher', + classname = _.sample(['archivist', 'fancyman', 'linguist', 'fletcher', 'notary', 'berserker-typist', 'fishmongerer', 'manicurist', 'haberdasher', 'concierge']) classname = classname.toLowerCase(); diff --git a/package.json b/package.json index ad6606a..11db785 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebrewery", "description": "Create authentic looking D&D homebrews using only markdown", - "version": "2.7.4", + "version": "2.7.5", "scripts": { "dev": "node scripts/dev.js", "quick": "node scripts/quick.js",