From 3247cab2148436fbf5be370381278ef484a76450 Mon Sep 17 00:00:00 2001 From: Scott Tolksdorf Date: Sun, 4 Jun 2017 16:07:49 -0400 Subject: [PATCH] Fixing issue#413 class feature duping entire brew --- client/homebrew/editor/snippetbar/snippets/classfeature.gen.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",