1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-16 20:51:29 +00:00

Fixing issue#413 class feature duping entire brew

This commit is contained in:
Scott Tolksdorf
2017-06-04 16:07:49 -04:00
parent b68c6a4ad2
commit 3247cab214
2 changed files with 2 additions and 2 deletions

View File

@@ -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();