mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-29 10:35:51 -05:00
Merge branch 'master' into production
This commit is contained in:
commit
59bcabf2f0
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ module.exports = class InventoryModal extends ModalView
|
|||
null # Don't put into a collection
|
||||
else if locked and item.get('slug') isnt 'simple-boots'
|
||||
item.classes.push 'locked'
|
||||
if item.isSilhouettedItem or not item.get('gems')
|
||||
if item.isSilhouettedItem() or not item.get('gems')
|
||||
# Don't even load/show these--don't add to a collection. (Bandwidth optimization.)
|
||||
null
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue