This commit is contained in:
juliancoffee 2022-01-23 21:19:33 +02:00
parent 5a370cb6f7
commit 79a04c3533
2 changed files with 3 additions and 6 deletions

View File

@ -18,9 +18,7 @@ use common::{
comp::{
self, agent, bird_medium,
inventory::{
loadout_builder::{make_potion_bag, LoadoutBuilder},
slot::ArmorSlot,
trade_pricing::TradePricing,
loadout_builder::LoadoutBuilder, slot::ArmorSlot, trade_pricing::TradePricing,
},
quadruped_small, Item,
},
@ -1012,8 +1010,7 @@ fn humanoid(pos: Vec3<f32>, economy: &SiteInformation, dynamic_rng: &mut impl Rn
.with_economy(economy)
.with_lazy_loadout(merchant_loadout)
.with_asset_expect("common.entity.village.merchant"),
_ => entity
.with_asset_expect("common.entity.village.villager"),
_ => entity.with_asset_expect("common.entity.village.villager"),
}
}