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