diff --git a/world/src/layer/cave.rs b/world/src/layer/cave.rs index 8714a2284b..a147144fa8 100644 --- a/world/src/layer/cave.rs +++ b/world/src/layer/cave.rs @@ -897,6 +897,10 @@ fn apply_entity_spawns(canvas: &mut Canvas, wpos: Vec3, biome: &Bio Some("common.entity.wild.aggressive.bat"), (biome.dusty + 0.1) * 0.25, ), + ( + Some("common.entity.wild.aggressive.dullahan"), + (biome.dusty + 0.1) * 0.025, + ), // Icy biome ( Some("common.entity.wild.aggressive.blue_oni"),