feat(quests): Added Hedgehog to pets list

Conflicts:
	script/content.coffee
This commit is contained in:
Daniel the Bard
2014-02-17 23:07:05 -05:00
committed by Tyler Renelle
parent 3307bb1571
commit 32c12333cc
+1
View File
@@ -513,6 +513,7 @@ _.each api.dropEggs, (egg,key) ->
api.questEggs =
# value & other defaults set below
Gryphon: text: 'Gryphon', adjective: 'regal', canBuy: false
Hedgehog: text: 'Hedgehog', adjective: 'prickly', canBuy: false
_.each api.questEggs, (egg,key) ->
_.defaults egg,
canBuy:false