From df883dcf32c5aaa91e7bf9e36a139a08ca66e05f Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Mon, 19 Aug 2019 20:41:47 +0200 Subject: [PATCH] improvement(cbs): comment out the move voice effect --- sonic-radiance.love/scenes/battlesystem/actors/hero.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonic-radiance.love/scenes/battlesystem/actors/hero.lua b/sonic-radiance.love/scenes/battlesystem/actors/hero.lua index 35e4273..2687418 100644 --- a/sonic-radiance.love/scenes/battlesystem/actors/hero.lua +++ b/sonic-radiance.love/scenes/battlesystem/actors/hero.lua @@ -209,7 +209,7 @@ function Hero:validateAction() self.currentAction = "moving" self.dx, self.dy = self.world.cursor.x, self.world.cursor.y - self:talk("move") + --self:talk("move") self.world.cursor:unset( ) end