Next Level arrow shouldn't point to Kithgard Mastery

This commit is contained in:
Cat Sync 2015-05-21 11:30:37 -04:00
parent 3c203f13ff
commit b38c7b4978

View file

@ -302,7 +302,8 @@ module.exports = class CampaignView extends RootView
unless foundNext
for nextLevelOriginal in level.nextLevels
nextLevel = _.find levels, original: nextLevelOriginal
if nextLevel and not nextLevel.locked and @levelStatusMap[nextLevel.slug] isnt 'complete' and nextLevel.slug isnt 'lost-viking' and not nextLevel.replayable and (
dontPointTo = ['lost-viking','kithgard-mastery']
if nextLevel and not nextLevel.locked and @levelStatusMap[nextLevel.slug] isnt 'complete' and nextLevel.slug not in dontPointTo and not nextLevel.replayable and (
me.isPremium() or
not nextLevel.requiresSubscription or
nextLevel.slug is 'apocalypse' or