fix(quest): Penguin corrections

Fix missing egg item and line breaks in quest text
This commit is contained in:
Sabe Jones
2014-12-09 20:44:10 -06:00
parent d25455fa5a
commit 7fd4cebbdc
3 changed files with 6 additions and 2 deletions
+1
View File
@@ -717,6 +717,7 @@ api.questEggs =
Rooster: text: t('questEggRoosterText'), adjective: t('questEggRoosterAdjective'), canBuy: false
Spider: text: t('questEggSpiderText'), adjective: t('questEggSpiderAdjective'), canBuy: false
Owl: text: t('questEggOwlText'), adjective: t('questEggOwlAdjective'), canBuy: false
Penguin: text: t('questEggPenguinText'), adjective: t('questEggPenguinAdjective'), canBuy: false
_.each api.questEggs, (egg,key) ->
_.defaults egg,