mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fix issue making akhlut unable to spawn
This commit is contained in:
parent
2472a62e38
commit
0836184bbc
@ -1756,7 +1756,7 @@ fn apply_entity_spawns<R: Rng>(canvas: &mut Canvas, wpos: Vec3<i32>, biome: &Bio
|
||||
// Snowy biome
|
||||
(
|
||||
Some("common.entity.wild.aggressive.akhlut"),
|
||||
(biome.snowy.max(biome.icy) + 0.1) * 0.03,
|
||||
(biome.snowy.max(biome.icy) + 0.1),
|
||||
0.05,
|
||||
0.5,
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user