feat(quests): Added Hedgehog to pets list
Conflicts: script/content.coffee
This commit is contained in:
committed by
Tyler Renelle
parent
3307bb1571
commit
32c12333cc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user