Files
habitica/common/script/src/content/time-traveler-stable.js
2015-09-21 17:35:27 -05:00

15 lines
271 B
JavaScript

import {translator as t} from './helpers';
let stable = {
pets: {
'Mammoth-Base': t('mammoth'),
'MantisShrimp-Base': t('mantisShrimp')
},
mounts: {
'Mammoth-Base': t('mammoth'),
'MantisShrimp-Base': t('mantisShrimp')
}
};
export default stable;