Changed default main and secondary tool from Some(empty) to None.

This commit is contained in:
Sam 2020-11-23 21:54:12 -06:00
parent 7774599a19
commit 17656c990d

View File

@ -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,