diff --git a/app/templates/common/table.jade b/app/templates/common/table.jade index 884be11a3..a38f2b75b 100755 --- a/app/templates/common/table.jade +++ b/app/templates/common/table.jade @@ -16,7 +16,7 @@ table.table block tableBody for document in documents - var data = document.attributes; - - if(data.slug == 'ace-of-coders' && new Date() < new Date(1441954800000)) + - if(data.slug == 'ace-of-coders' && new Date() < new Date(1441863900000)) - continue; tr(class=document.getOwner() == me.id ? 'mine' : '') td diff --git a/app/views/clans/ClanDetailsView.coffee b/app/views/clans/ClanDetailsView.coffee index 9899a6f1e..111eae966 100644 --- a/app/views/clans/ClanDetailsView.coffee +++ b/app/views/clans/ClanDetailsView.coffee @@ -191,7 +191,7 @@ module.exports = class ClanDetailsView extends RootView name: utils.i18n(campaign.attributes, 'fullName') or utils.i18n(campaign.attributes, 'name') levels: [] for levelID, level of campaign.get('levels') - continue if level.slug is 'ace-of-coders' and new Date() < new Date(1441954800000) + continue if level.slug is 'ace-of-coders' and new Date() < new Date(1441863900000) campaignLevelProgression.levels.push ID: levelID slug: level.slug diff --git a/app/views/ladder/MainLadderView.coffee b/app/views/ladder/MainLadderView.coffee index 6f1349766..620a2d9ee 100644 --- a/app/views/ladder/MainLadderView.coffee +++ b/app/views/ladder/MainLadderView.coffee @@ -62,6 +62,13 @@ heroArenas = [ image: '/file/db/level/550363b4ec31df9c691ab629/MAR26-Banner_Zero%20Sum.png' description: 'Unleash your coding creativity in both gold gathering and battle tactics in this alpine mirror match between red sorcerer and blue sorcerer.' } + { + name: 'Ace of Coders' + difficulty: 3 + id: 'ace-of-coders' + image: '/file/db/level/550363b4ec31df9c691ab629/MAR26-Banner_Zero%20Sum.png' + description: 'Battle for control over the icy treasure chests as your gigantic warrior marshals his armies against his mirror-match nemesis.' + } { name: 'Cavern Survival' difficulty: 1 @@ -92,6 +99,8 @@ heroArenas = [ } ] +heroArenas = _.reject heroArenas, id: 'ace-of-coders' if new Date() < new Date(1441863900000) + oldArenas = [ { name: 'Criss-Cross'