From 6e36d2e6c3513190fd93dd8980e8b66f6e6730c7 Mon Sep 17 00:00:00 2001 From: Monty Marz Date: Tue, 10 Aug 2021 09:00:48 +0200 Subject: [PATCH] witch kit --- assets/server/manifests/kits.ron | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/server/manifests/kits.ron b/assets/server/manifests/kits.ron index d17c2997a8..45462de853 100644 --- a/assets/server/manifests/kits.ron +++ b/assets/server/manifests/kits.ron @@ -353,4 +353,16 @@ ("common.items.debug.dungeon_purple",1), ("common.items.debug.admin_back",1), ], + "witch": [ + ("common.items.armor.witch.back",1), + ("common.items.armor.witch.belt",1), + ("common.items.armor.witch.chest",1), + ("common.items.armor.witch.ultist_hands_blue",1), + ("common.items.armor.witch.foot",1), + ("common.items.armor.witch.hand",1), + ("common.items.armor.witch.hat",1), + ("common.items.armor.witch.pants",1), + ("common.items.armor.witch.shoulder",1), + ("common.items.weapons.sceptre.belzeshrub",1), + ], })