diff --git a/Engine/src/live/AnimalEntity.ts b/Engine/src/live/AnimalEntity.ts index 4b9be2a..eb60eb7 100644 --- a/Engine/src/live/AnimalEntity.ts +++ b/Engine/src/live/AnimalEntity.ts @@ -204,7 +204,7 @@ export class AnimalEntity extends Entity { this.desiredActions = adjustAction([], this.getCardinal(Math.random()*360), 1) } if (Math.random() > 1 - this.mode.noisiness) { - this.yell(0.25) + this.yell(0.1) } this.wanderTimer = 0 }