mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Reduce Sahagin's Hakulaq number to 1-2
This commit is contained in:
parent
74978bf166
commit
106a3b634e
@ -823,7 +823,7 @@ fn boss_fallback(dynamic_rng: &mut impl Rng, tile_wcenter: Vec3<i32>) -> Vec<Ent
|
||||
|
||||
fn mini_boss_2(dynamic_rng: &mut impl Rng, tile_wcenter: Vec3<i32>) -> Vec<EntityInfo> {
|
||||
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,
|
||||
|
Loading…
Reference in New Issue
Block a user