Heavily reduce cat sounds

This commit is contained in:
ElCeejo 2021-10-03 17:56:32 -07:00 committed by GitHub
parent b548582ae1
commit d8273a04bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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