mirror of
https://github.com/ElCeejo/animalia.git
synced 2025-04-30 13:31:39 -04:00
Heavily reduce cat sounds
This commit is contained in:
parent
b548582ae1
commit
d8273a04bd
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ local function cat_logic(self)
|
|||
local player = mobkit.get_nearby_player(self)
|
||||
local trust = 0
|
||||
|
||||
mob_core.random_sound(self, 30)
|
||||
mob_core.random_sound(self, 64)
|
||||
mob_core.growth(self)
|
||||
|
||||
if player then
|
||||
|
|
Loading…
Add table
Reference in a new issue