mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Changed default main and secondary tool from Some(empty) to None.
This commit is contained in:
parent
7774599a19
commit
17656c990d
@ -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