Files
habitica/common/script/content/time-traveler-stable.js
2015-09-17 07:47:23 -05:00

17 lines
289 B
JavaScript

'use strict';
var t = require('./helpers/translator.js');
var stable = {
pets: {
'Mammoth-Base': t('mammoth'),
'MantisShrimp-Base': t('mantisShrimp')
},
mounts: {
'Mammoth-Base': t('mammoth'),
'MantisShrimp-Base': t('mantisShrimp')
}
};
module.exports = stable;