Extract time traveler stable into separate module

This commit is contained in:
Blade Barringer
2015-09-16 20:21:42 -05:00
parent 504a2e7a52
commit ccdcd32174
2 changed files with 17 additions and 7 deletions

View File

@@ -1114,13 +1114,7 @@ api.specialMounts =
'Orca-Base': 'orca'
'Gryphon-RoyalPurple': 'royalPurpleGryphon'
api.timeTravelStable =
pets:
'Mammoth-Base': t('mammoth')
'MantisShrimp-Base': t('mantisShrimp')
mounts:
'Mammoth-Base': t('mammoth')
'MantisShrimp-Base': t('mantisShrimp')
api.timeTravelStable = require('./time-traveler-stable.js')
api.hatchingPotions =
Base: value: 2, text: t('hatchingPotionBase')