mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Used correct entity configs
This commit is contained in:
parent
4acffb9cfb
commit
4b8bf94320
@ -746,8 +746,8 @@ fn humanoid_config(kind: RtSimEntityKind) -> &'static str {
|
||||
match kind {
|
||||
RtSimEntityKind::Cultist => "common.entity.dungeon.tier-5.cultist",
|
||||
RtSimEntityKind::Random => "common.entity.world.traveler",
|
||||
RtSimEntityKind::Villager => "common.loadout.village.villager",
|
||||
RtSimEntityKind::Merchant => "common.loadout.village.merchant",
|
||||
RtSimEntityKind::Villager => "common.entity.village.villager",
|
||||
RtSimEntityKind::Merchant => "common.entity.village.merchant",
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -7,12 +7,7 @@
|
||||
)]
|
||||
#![allow(clippy::branches_sharing_code)] // TODO: evaluate
|
||||
#![deny(clippy::clone_on_ref_ptr)]
|
||||
#![feature(
|
||||
bool_to_option,
|
||||
const_panic,
|
||||
label_break_value,
|
||||
option_zip
|
||||
)]
|
||||
#![feature(bool_to_option, const_panic, label_break_value, option_zip)]
|
||||
|
||||
mod all;
|
||||
mod block;
|
||||
|
Loading…
Reference in New Issue
Block a user