mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 05:53:39 -04:00
Typoooo
This commit is contained in:
parent
c61e2496d8
commit
f9bb6de3ff
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ module.exports = CocoSprite = class CocoSprite extends CocoClass
|
|||
playSounds: (withDelay=true, volume=1.0) ->
|
||||
for event in @thang.currentEvents ? []
|
||||
@playSound event, withDelay, volume
|
||||
if event is 'pay-bounty-gold' and thang.bountyGold > 25
|
||||
if event is 'pay-bounty-gold' and @thang.bountyGold > 25
|
||||
AudioPlayer.playInterfaceSound 'coin_1', 0.25
|
||||
if @thang.actionActivated and (action = @thang.getActionName()) isnt 'say'
|
||||
@playSound action, withDelay, volume
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue