mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 22:13:32 -04:00
Updating a couple logos. Opening item store to warrior tab when low level.
This commit is contained in:
parent
a6fbaba469
commit
e40ad5e1c7
3 changed files with 1 additions and 0 deletions
app
BIN
app/assets/images/pages/base/logo_square_120.png
Normal file
BIN
app/assets/images/pages/base/logo_square_120.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 20 KiB |
Binary file not shown.
Before ![]() (image error) Size: 22 KiB After ![]() (image error) Size: 44 KiB ![]() ![]() |
|
@ -129,6 +129,7 @@ module.exports = class PlayItemsModal extends ModalView
|
|||
earnedLevels = me.get('earned')?.levels or []
|
||||
if Level.levels['defense-of-plainswood'] not in earnedLevels
|
||||
@$el.find('#misc-tab').hide()
|
||||
@$el.find('#hero-type-select #warrior').click() # Start on warrior tab, if low level.
|
||||
|
||||
onHidden: ->
|
||||
super()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue