Files
habitica/common/script/content/time-traveler-stable.js
2015-09-17 08:03:33 -05:00

15 lines
274 B
JavaScript

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