From 15dc5ebbb85144e6d8406f42acf8ae5560bf21a8 Mon Sep 17 00:00:00 2001 From: Pfauenauge90 <44173739+Pfauenauge90@users.noreply.github.com> Date: Sun, 22 Mar 2020 16:19:30 +0100 Subject: [PATCH] added new stuff to chests --- common/src/comp/inventory/item.rs | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/common/src/comp/inventory/item.rs b/common/src/comp/inventory/item.rs index 44113227de..117a501845 100644 --- a/common/src/comp/inventory/item.rs +++ b/common/src/comp/inventory/item.rs @@ -321,8 +321,28 @@ impl Item { "common.items.armor.shoulder.plate_0", "common.items.armor.shoulder.leather_1", "common.items.armor.shoulder.leather_0", + "common.items.armor.hand.leather_0", + "common.items.armor.hand.plate_0", "common.items.weapons.wood_sword", "common.items.weapons.short_sword_0", + "common.items.armor.belt.cloth_blue_0", + "common.items.armor.chest.cloth_blue_0", + "common.items.armor.foot.cloth_blue_0", + "common.items.armor.pants.cloth_blue_0", + "common.items.armor.shoulder.cloth_blue_0", + "common.items.armor.hand.cloth_blue_0", + "common.items.armor.belt.cloth_green_0", + "common.items.armor.chest.cloth_green_0", + "common.items.armor.foot.cloth_green_0", + "common.items.armor.pants.cloth_green_0", + "common.items.armor.shoulder.cloth_green_0", + "common.items.armor.hand.cloth_green_0", + "common.items.armor.belt.cloth_purple_0", + "common.items.armor.chest.cloth_purple_0", + "common.items.armor.foot.cloth_purple_0", + "common.items.armor.pants.cloth_purple_0", + "common.items.armor.shoulder.cloth_purple_0", + "common.items.armor.hand.cloth_purple_0", ] .choose(&mut rand::thread_rng()) .unwrap(), // Can't fail