diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-03-12 11:05:02 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-03-12 11:05:02 +0000 |
commit | 21098148052f504767446291e73bfbd107056f5a (patch) | |
tree | 91c81346ca74534d848ef371df6d12972ecfe0e8 | |
parent | 8c34c63b15185b2fc8280e4c08738bc232173d9d (diff) |
use war_cry sound in pathfinding when path found (thanks Yukitty)
-rw-r--r-- | api.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ mobs = {} mobs.mod = "redo" -mobs.version = "20180126" +mobs.version = "20180312" -- Intllib @@ -1215,7 +1215,7 @@ local smart_mobs = function(self, s, p, dist, dtime) mob_sound(self, self.sounds.random) else -- yay i found path - mob_sound(self, self.sounds.attack) + mob_sound(self, self.sounds.war_cry) set_velocity(self, self.walk_velocity) |