mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 05:53:39 -04:00
Turns out checking Errorception is really useful.
This commit is contained in:
parent
6d9e243968
commit
27d1304c6c
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ module.exports = class HeroVictoryModal extends ModalView
|
|||
else if panel.hero
|
||||
thangType = @thangTypes[panel.hero]
|
||||
panel.textEl.text(thangType.get('name'))
|
||||
@playSelectionSound hero if 0.5 < ratio < 0.6
|
||||
@playSelectionSound thangType if 0.5 < ratio < 0.6
|
||||
if ratio is 1
|
||||
panel.rootEl.removeClass('animating').find('.reward-image-container img').removeClass('pulse')
|
||||
@sequentialAnimationStart = new Date()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue