Reduce sound of sheep

master
PilzAdam 2012-09-29 11:53:29 +02:00
parent 67b25e00ab
commit 762870ebcc
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ function mobs:register_mob(name, def)
self.timer = 0
end
if self.sounds and self.sounds.random and math.random(1, 100) <= 10 then
if self.sounds and self.sounds.random and math.random(1, 100) <= 1 then
minetest.sound_play(self.sounds.random, {object = self.object})
end