diff --git a/script/content.coffee b/script/content.coffee index 47d08d2fff..cdb9eb4b92 100644 --- a/script/content.coffee +++ b/script/content.coffee @@ -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