diff --git a/src/app/unlock.coffee b/src/app/unlock.coffee index fec56b163a..5de8a450cb 100644 --- a/src/app/unlock.coffee +++ b/src/app/unlock.coffee @@ -1,3 +1,7 @@ +_ = require 'underscore' +{ randomVal } = require './helpers' +{ pets, hatchingPotions } = require('./items').items + ### Listeners to enabled flags, set notifications to the user when they've unlocked features ###