codecombat/app/views/play/menu
UltCombo 63299c4d80 Improved updateLevelRequiredItems logic regarding rings, fixes #2740
This fixes the main issue of #2740, allowing the player to play the level if the required ring is equipped on either ring slot.

There's still a small problem: if the player already had a ring equipped in the `right-ring` slot, the Ring of flowers will not display as required due to this [line](0df6da7efa/app/views/play/menu/InventoryModal.coffee (L436)). This seems to be a different issue though, probably related to the `unequipLevelRestrictedItems` logic.
2015-06-27 22:22:37 -03:00
..
GameMenuModal.coffee Fixed #2420. Fixed #2605. Can now change programming language from LadderPlayModal. 2015-04-18 16:57:02 -07:00
GuideView.coffee Added extra lesson resource links to the Guide. 2015-03-05 08:58:11 -08:00
InventoryModal.coffee Improved updateLevelRequiredItems logic regarding rings, fixes #2740 2015-06-27 22:22:37 -03:00
ItemView.coffee Refactored the GameMenu to be part of play.js. Set up the config to automatically bundle templates into their respective views, if their names match. 2014-11-29 12:46:04 -08:00
MultiplayerView.coffee Only show sync pvp UI to admins 2014-12-09 14:30:50 -08:00
OptionsView.coffee Fixed #2013: removed autorun code. Fixed preloading to actually happen, but only on short solutions without a ton of statement execution. 2015-04-18 15:52:24 -07:00
SaveLoadView.coffee Refactored the GameMenu to be part of play.js. Set up the config to automatically bundle templates into their respective views, if their names match. 2014-11-29 12:46:04 -08:00