Make yelling quieter

This commit is contained in:
Ketchetwahmeegwun T. Southall 2022-01-30 03:23:57 -08:00
parent a5207b7f81
commit 883f206b77

View File

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