Remove frustration mob sound

This commit is contained in:
Wuzzy 2019-01-31 07:45:42 +01:00
parent 139b1000ff
commit 27823dbbb3
2 changed files with 0 additions and 4 deletions

View file

@ -1298,9 +1298,6 @@ local smart_mobs = function(self, s, p, dist, dtime)
-- will try again in 2 second
self.path.stuck_timer = stuck_timeout - 2
-- frustration! cant find the damn path :(
mob_sound(self, self.sounds.random, true)
else
-- yay i found path
mob_sound(self, self.sounds.war_cry, true)