mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
Add babel task and move to src directory
This commit is contained in:
14
common/script/src/content/time-traveler-stable.js
Normal file
14
common/script/src/content/time-traveler-stable.js
Normal file
@@ -0,0 +1,14 @@
|
||||
let t = require('./helpers/translator');
|
||||
|
||||
let stable = {
|
||||
pets: {
|
||||
'Mammoth-Base': t('mammoth'),
|
||||
'MantisShrimp-Base': t('mantisShrimp')
|
||||
},
|
||||
mounts: {
|
||||
'Mammoth-Base': t('mammoth'),
|
||||
'MantisShrimp-Base': t('mantisShrimp')
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = stable;
|
||||
Reference in New Issue
Block a user