feat(flower): add flower customization option

This commit is contained in:
Tyler Renelle
2014-03-18 16:54:30 -06:00
parent 574f540fe3
commit e53ef26d4c
13 changed files with 1452 additions and 1368 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ preenHistory = (history) ->
api.updateStore = (user) ->
return unless user
changes = []
_.each ['weapon', 'armor', 'shield', 'head'], (type) ->
_.each ['weapon', 'armor', 'shield', 'head', 'back'], (type) ->
found = _.find content.gear.tree[type][user.stats.class], (item) ->
!user.items.gear.owned[item.key]
changes.push(found) if found