mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
clippy
This commit is contained in:
parent
80f61e34a5
commit
fa34739ed6
@ -1016,7 +1016,7 @@ fn human(pos: Vec3<f32>, economy: &SiteInformation, dynamic_rng: &mut impl Rng)
|
||||
.with_asset_expect("common.entity.village.guard"),
|
||||
1 | 2 => entity
|
||||
.with_agent_mark(agent::Mark::Merchant)
|
||||
.with_economy(&economy)
|
||||
.with_economy(economy)
|
||||
.with_lazy_loadout(merchant_loadout)
|
||||
.with_level(dynamic_rng.gen_range(10..15))
|
||||
.with_asset_expect("common.entity.village.merchant"),
|
||||
|
Loading…
Reference in New Issue
Block a user