mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'DaforLynx/cricket-fix' into 'master'
Lowered frequency of crickets by 5x See merge request veloren/veloren!1747
This commit is contained in:
commit
b93a2b02dd
@ -150,7 +150,7 @@ impl EventMapper for BlockEventMapper {
|
||||
|| player_pos.0.z < (terrain_alt - 30.0)
|
||||
|| (sounds.sfx == SfxEvent::Birdcall && thread_rng().gen_bool(0.995))
|
||||
|| (sounds.sfx == SfxEvent::Owl && thread_rng().gen_bool(0.998))
|
||||
|| (sounds.sfx == SfxEvent::Cricket && thread_rng().gen_bool(0.95))
|
||||
|| (sounds.sfx == SfxEvent::Cricket && thread_rng().gen_bool(0.99))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user