diff --git a/world/src/site2/plot/dungeon.rs b/world/src/site2/plot/dungeon.rs index a04e40e770..a93e255159 100644 --- a/world/src/site2/plot/dungeon.rs +++ b/world/src/site2/plot/dungeon.rs @@ -823,7 +823,7 @@ fn boss_fallback(dynamic_rng: &mut impl Rng, tile_wcenter: Vec3) -> Vec) -> Vec { let mut entities = Vec::new(); - entities.resize_with(6, || { + entities.resize_with(dynamic_rng.gen_range(1..=2), || { EntityInfo::at(tile_wcenter.map(|e| e as f32)).with_asset_expect( "common.entity.dungeon.sahagin.hakulaq", dynamic_rng,