mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 08:50:58 -05:00
A small fix to the PR #2313
This commit is contained in:
parent
52e5dc4719
commit
93bbedd02d
1 changed files with 1 additions and 0 deletions
|
@ -268,6 +268,7 @@ module.exports = class HeroVictoryModal extends ModalView
|
|||
|
||||
updateXPBars: (achievedXP) ->
|
||||
previousXP = @previousXP
|
||||
previousXP = previousXP + 1000000 if me.isInGodMode()
|
||||
previousLevel = @previousLevel
|
||||
|
||||
currentXP = previousXP + achievedXP
|
||||
|
|
Loading…
Reference in a new issue