**tamed** cultist darkhounds

This commit is contained in:
crabman 2024-02-28 23:45:10 +00:00
parent 504e45ebdb
commit 51152f47fa
No known key found for this signature in database
3 changed files with 2 additions and 10 deletions

View File

@ -14,7 +14,8 @@
]), None)),
)),
),
pets: [("common.entity.dungeon.cultist.hound", 4, 5)],
meta: [
SkillSetAsset("common.skillset.preset.rank5.fullskill"),
],
)
)

View File

@ -7,7 +7,5 @@
inventory: (
loadout: FromBody,
),
// Added for testing
pets: [("common.entity.wild.peaceful.crab", 5, 10)],
meta: [],
)

View File

@ -854,13 +854,6 @@ fn mini_boss_5(dynamic_rng: &mut impl Rng, tile_wcenter: Vec3<i32>) -> Vec<Entit
None,
),
);
entities.resize_with(entities.len() + 4, || {
EntityInfo::at(tile_wcenter.map(|e| e as f32)).with_asset_expect(
"common.entity.dungeon.cultist.hound",
dynamic_rng,
None,
)
});
},
1 => {
entities.resize_with(2, || {