mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Extract time traveler stable into separate module
This commit is contained in:
16
common/script/content/time-traveler-stable.js
Normal file
16
common/script/content/time-traveler-stable.js
Normal file
@@ -0,0 +1,16 @@
|
||||
'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;
|
||||
Reference in New Issue
Block a user