mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-18 08:21:29 +00:00
Fixing issue#413 class feature duping entire brew
This commit is contained in:
committed by
Trevor Buckner
parent
a1140f75d8
commit
643f6f933d
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user