improvement(cbs): comment out the move voice effect
This commit is contained in:
parent
5c7f429fa4
commit
df883dcf32
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ function Hero:validateAction()
|
||||||
self.currentAction = "moving"
|
self.currentAction = "moving"
|
||||||
self.dx, self.dy = self.world.cursor.x, self.world.cursor.y
|
self.dx, self.dy = self.world.cursor.x, self.world.cursor.y
|
||||||
|
|
||||||
self:talk("move")
|
--self:talk("move")
|
||||||
|
|
||||||
self.world.cursor:unset( )
|
self.world.cursor:unset( )
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue