From f9bb6de3ff3d3fbfa6a00ed3da82ef8fee8769e4 Mon Sep 17 00:00:00 2001 From: Nick Winter <livelily@gmail.com> Date: Tue, 11 Feb 2014 09:33:35 -0800 Subject: [PATCH] Typoooo --- app/lib/surface/CocoSprite.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/surface/CocoSprite.coffee b/app/lib/surface/CocoSprite.coffee index 7a40156da..23a600617 100644 --- a/app/lib/surface/CocoSprite.coffee +++ b/app/lib/surface/CocoSprite.coffee @@ -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