Fix issue making akhlut unable to spawn

This commit is contained in:
Syniis 2024-02-24 23:30:05 +01:00
parent 2472a62e38
commit 0836184bbc

View File

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