This commit is contained in:
Blade Barringer
2015-07-11 15:05:58 -05:00
parent ba13f2d9aa
commit dccc10aa4d
4 changed files with 42 additions and 24 deletions
+2
View File
@@ -67,6 +67,7 @@ api.itemList =
'hatchingPotions' : {localeKey: 'hatchingPotion', isEquipment: false}
'eggs' : {localeKey: 'eggSingular', isEquipment: false}
'quests' : {localeKey: 'quest', isEquipment: false}
'food' : {localeKey: 'foodText', isEquipment: false}
'Saddle' : {localeKey: 'foodSaddleText', isEquipment: false}
gear =
@@ -938,6 +939,7 @@ api.dropEggs =
Dragon: text: t('dropEggDragonText'), adjective: t('dropEggDragonAdjective')
Cactus: text: t('dropEggCactusText'), adjective: t('dropEggCactusAdjective')
BearCub: text: t('dropEggBearCubText'), mountText: t('dropEggBearCubMountText'), adjective: t('dropEggBearCubAdjective')
_.each api.dropEggs, (egg,key) ->
_.defaults egg,
canBuy:true