Files
habitica/common/script/content/time-traveler-stable.js
2015-09-16 20:22:42 -05:00

17 lines
282 B
JavaScript

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