pets: temporary notification taht pet hatched until we can get around

that `model.emit('bulkUpdate')` causing modal redraw (bringing user
back to avatar tab)
This commit is contained in:
Tyler Renelle 2013-03-26 18:24:12 -07:00
parent fb0117c71e
commit 3b0f882d49

View file

@ -45,6 +45,8 @@ module.exports.app = (appExports, model) ->
user.set 'items.eggs', eggs
user.set 'items.food', myFood
alert 'Your egg hatched! Visit your stable to equip your pet.'
#FIXME Bug: this removes from the array properly in the browser, but on refresh is has removed all items from the arrays
# user.remove 'items.food', foodIdx, 1
# user.remove 'items.eggs', eggIdx, 1