mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'sam/biped-weapon-fix' into 'master'
Fix weapon assignment loadout issues See merge request veloren/veloren!1546
This commit is contained in:
commit
eb8c640d1b
@ -37,8 +37,8 @@ impl EntityInfo {
|
||||
alignment: Alignment::Wild,
|
||||
body: Body::Humanoid(humanoid::Body::random()),
|
||||
name: None,
|
||||
main_tool: Some(Item::empty()),
|
||||
second_tool: Some(Item::empty()),
|
||||
main_tool: None,
|
||||
second_tool: None,
|
||||
scale: 1.0,
|
||||
level: None,
|
||||
loot_drop: None,
|
||||
|
Loading…
Reference in New Issue
Block a user