This commit is contained in:
juliancoffee 2021-07-14 20:08:53 +03:00
parent 80f61e34a5
commit fa34739ed6

View File

@ -1016,7 +1016,7 @@ fn human(pos: Vec3<f32>, economy: &SiteInformation, dynamic_rng: &mut impl Rng)
.with_asset_expect("common.entity.village.guard"), .with_asset_expect("common.entity.village.guard"),
1 | 2 => entity 1 | 2 => entity
.with_agent_mark(agent::Mark::Merchant) .with_agent_mark(agent::Mark::Merchant)
.with_economy(&economy) .with_economy(economy)
.with_lazy_loadout(merchant_loadout) .with_lazy_loadout(merchant_loadout)
.with_level(dynamic_rng.gen_range(10..15)) .with_level(dynamic_rng.gen_range(10..15))
.with_asset_expect("common.entity.village.merchant"), .with_asset_expect("common.entity.village.merchant"),