improvement(cbs): comment out the move voice effect

This commit is contained in:
Kazhnuz 2019-08-19 20:41:47 +02:00
parent 5c7f429fa4
commit df883dcf32

View file

@ -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