Fixed typo in HeroVictoryModal.
This commit is contained in:
parent
d1c07745d9
commit
fa9f3e2a61
1 changed files with 0 additions and 1 deletions
|
@ -301,7 +301,6 @@ module.exports = class HeroVictoryModal extends ModalView
|
||||||
|
|
||||||
getNextLevelCampaign: ->
|
getNextLevelCampaign: ->
|
||||||
{'kithgard-gates': 'forest', 'siege-of-stonehold': 'desert'}[@level.get('slug')] or @level.get 'campaign' # Much easier to just keep this updated than to dynamically figure it out.
|
{'kithgard-gates': 'forest', 'siege-of-stonehold': 'desert'}[@level.get('slug')] or @level.get 'campaign' # Much easier to just keep this updated than to dynamically figure it out.
|
||||||
link += '/' + nextCampaign unless nextCampaign is 'dungeon'
|
|
||||||
|
|
||||||
getNextLevelLink: ->
|
getNextLevelLink: ->
|
||||||
link = '/play'
|
link = '/play'
|
||||||
|
|
Reference in a new issue